Skip to content

Commit 83c42b0

Browse files
author
Gonzalo Diaz
committed
[CONFIG] new contributing guidelines
1 parent a5622f1 commit 83c42b0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CONTRIBUTING.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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-py/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-py/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).

0 commit comments

Comments
 (0)