mirror of
https://github.com/framewiki/awesome-framework
synced 2024-11-10 10:54:13 +00:00
1.8 KiB
1.8 KiB
Contributing
Be sure that you follow the Code of Conduct at all times.
Proposing Changes
Propose changes by opening a GitHub Issue in this repository. Please indicate in the issue whether you want to make the change yourself or are proposing it for another contributer or maintainer.
After discussion and review, a maintainer will mark the issue as approved or denied. If it's approved, either you will be assigned to the issue (if you indicated you would like to be) or someone else can request to be assigned.
Once someone is assigned, they can move on to the Making Changes section (below).
Making Changes
- Fork this repository.
- Make the suggested changes.
- If the changes involve creating new markdown files, make a copy of
the template file.
- Add a link to the page in the appropriate place in the main README.md file.
- If the changes involve creating new markdown files, make a copy of
the template file.
- Open a Pull Request into the main branch of this repo.
- Be sure to give your pull request a descriptive name and include a summary of what you changed in the body of the PR.
- Ensure you use closing keyworks (i.e
Closes #10
) to link the Pull Request to the associated issue.
- Wait for review from maintainers and address any comments.
- Once a maintainer approves your changes, they will be merged into the main branch.