mirror of
https://github.com/framewiki/awesome-framework
synced 2024-11-10 10:54:13 +00:00
2.1 KiB
2.1 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.
- Discuss the proposal in the issue with maintainers and other members of the community to determine if it is a good fit for the repo.
- Wait for a maintainer will mark the issue as approved or denied. If it's approved, either you or another member of the community will be assigned to add it, and they can move on to the Making Changes section (below).
Making Changes
Warning
All pull requests must be associated with a GitHub issue that has been marked as
approved
as described above. Pull Requests without approved issues will be closed.
- 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.