File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 1+ # Contributing to this project
2+
3+ Welcome, and thank you for your interest in contributing!
4+
5+ The goal of this document is to provide a high-level overview of
6+ how you can contribute and explain how we accept contribution.
7+
8+ ## Reporting issues
9+
10+ Please use [ the repository issue tracker] ( https://github.com/sir-gon/algorithm-exercises-ts/issues )
11+ to report any issues..
12+
13+ ## Providing feedback or suggestions
14+
15+ Similarly to bug reports, we accept improvement suggestions and feedback via
16+ [ the repository issue tracker] ( https://github.com/sir-gon/algorithm-exercises-ts/issues ) .
17+
18+ ## Contributing code changes
19+
20+ We are thrilled that you are interested in contributing code changes!
21+
22+ You can make your own fork an next, make your increment.
23+ You only need to meet the following requirements for new contributions:
24+
25+ * Any new increment MUST have a related test
26+ with high (or preferred full) coverage.
27+ * Use Clean Code principles.
28+
29+ Once we've confirmed that we're ready to accept your contribution,
30+ feel free to open a pull request and link it in the issue ticket.
31+
32+ I will be happy to receive new contributions!
33+
34+ ## Code of Conduct
35+
36+ Please make sure to read and follow the [ Code of Conduct] ( ./CODE_OF_CONDUCT.md ) .
You can’t perform that action at this time.
0 commit comments