Skip to content

Commit e49615b

Browse files
committed
Add Contributing Guide
1 parent 7c3420c commit e49615b

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Diff for: CONTRIBUTING.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Contributing Guide
2+
3+
Hi! Thanks for the interest in the project. Here are some notes if you want to make the project better ;)
4+
5+
#### I have a question
6+
Clearly formulate your question and create an issue.
7+
8+
#### I have found a bug
9+
Simply create a pull request and provide a detailed description of the problem.
10+
11+
#### I have a proposition for improvement
12+
Create an issue if you have an idea or create a pull request if you know how to solve it in a source code.
13+
14+
#### I have made own implementation of algorithm or data structure
15+
Unfortunately, we do not accept third-party implementations.
16+
17+
### General notes
18+
- Make your code clean and clear.
19+
- Make sure that your code passes the tests, otherwise, it will be rejected.
20+
- Use labels to specify the type of issue or pull request.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Don't forget about proverb:
4949
5050
## Contribute
5151

52-
We would be happy to receive your propositions of improvement ;)
52+
We would be happy to receive your propositions of improvement! Read [Contributing Guide](https://github.com/floyernick/Data-Structures-and-Algorithms/blob/master/CONTRIBUTING.md) for more details.
5353

5454
## License
5555

0 commit comments

Comments
 (0)