1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-20 11:28:01 -05:00
java/CONTRIBUTING.md

30 lines
1.5 KiB
Markdown
Raw Normal View History

2014-07-11 15:47:16 -04:00
# Contribution Guidelines
Unfortunately, not every library/tool/framework can be considered. Awesome Java aims to provide a concise list of noteworthy modern software. This means that suggested software is:
2014-07-11 15:47:16 -04:00
(a) widely recommended, regardless of personal opinion
2014-07-11 15:47:16 -04:00
(b) highly discussed in the community due to its innovative nature
2017-05-23 18:16:35 -04:00
(c) absolutely unique in its approach and function
2014-07-11 15:47:16 -04:00
2017-05-23 18:16:35 -04:00
(d) a niche product that fills a gap
Self-promotion is frowned upon and viewed critically, but your suggestion will of course be approved if the criteria match.
2014-07-11 15:47:16 -04:00
If your entry isn't accepted, please check the [Issues](https://github.com/akullpp/awesome-java/issues) for items marked with the "question" tag to see if it had been previously discussed. If nothing comes up, feel free to create a new issue, adding the "question" tag.
2014-07-11 15:47:16 -04:00
Furthermore, please ensure your pull request follows the following guidelines:
2014-07-11 15:47:16 -04:00
* Please search previous suggestions before making a new one, as yours may be a duplicate.
* Please make an individual pull request for each suggestion.
* Use the following format for libraries: \[LIBRARY\]\(LINK\) - DESCRIPTION.
2014-07-11 17:46:05 -04:00
* Entries should be sorted in ascending alphabetical order, i.e. a to z.
* New categories or improvements to the existing categorization are welcome.
* Keep descriptions short, simple and unbiased.
2014-07-11 15:47:16 -04:00
* End all descriptions with a full stop/period.
* Check your spelling and grammar.
* Make sure your text editor is set to remove trailing whitespace.
Thank you for your suggestions!