Firstly, thank you for taking your time to contribute to Project Nexus. There are many ways to contribute, and all of them are appreciated. For any questions, please reach out to the admin of the repository.
- Read the Code of Conduct to ensure a safe, healthy, welcoming and respectful communnity.
- Create a fork of the repository, and make changes on a new branch.
You can contribute to Project Nexus in the following ways:
- Report bugs
- Contribute new ideas for development
- Enhancing existing features
- Provide documentation
Some guidelines to be followed before making pull requests are:
- Check if the feature / idea proposed already exists, or is being worked on.
- Report any bugs on the issues section adding the label
bug
to it. - All PRs made are recommended to follow example markdown format mentioned below.
- A detailed high-level review on all modified files is recommended.
- Link the pull request made to the corresponding issue.
# Abstract of the pull request?
# Bugs resolved
# Summary of changes
# Authors
- The issues labelled with Good First Issue are a good starting point for newcomers to start contributing.
- Project Nexus contributing guidelines are based on Carbon Language guidelines. Many thanks for providing a basis.