JavaAlgorithms/CONTRIBUTING.md

28 lines
1.8 KiB
Markdown
Raw Normal View History

## How to contribute?
#### **Did you find a bug?**
2020-10-23 14:07:43 +08:00
- **Ensure the bug was not already reported** by searching on GitHub under [Project Issues](https://github.com/TheAlgorithms/Java/issues).
2022-08-13 00:28:19 +08:00
- Please avoid opening issues asking to be "assigned” to a particular algorithm. This merely creates unnecessary noise for maintainers. Instead, please submit your implementation in a pull request and project maintainers will evaluate it.
- If you are unable to find an open issue referring to the same problem, depending on the type of issue follow the appropriate steps:
#### **Do you want to contribute to the documentation?**
- Please read the documentation here [Contributing to the Documentation](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md), [open a new issue](https://github.com/TheAlgorithms/Java/issues/new), make changes, and then create a pull request, it will be put under review and accepted if it is appropriate.
#### **Do you want to add a new feature?**
2020-10-23 14:07:43 +08:00
2022-08-13 00:28:19 +08:00
- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title, clear description** and **test case** demonstrating the new feature you want to add to the project.
#### **Do you want to fix a bug?**
2020-10-23 14:07:43 +08:00
2022-08-13 00:28:19 +08:00
- [Open a new issue](https://github.com/TheAlgorithms/Java/issues/new). Be sure to include a **title and a clear description** and a **test case** demonstrating the expected behavior that is not occurring.
#### **Do you have questions about the source code?**
2021-10-13 00:25:21 +08:00
- Ask any question about how to use the repository in the [TheAlgorithms room in GITTER](https://gitter.im/TheAlgorithms/community?source=orgpage#) or [open a new issue](https://github.com/TheAlgorithms/Java/issues/new)
:+1::tada: That's all you need to know about the process now it's your turn to help us improve the repository, thank you again! :+1::tada: