Skip to content

Commit af683e5

Browse files
authored
Update CONTRIBUTING.md
1 parent ab0e6dc commit af683e5

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

CONTRIBUTING.md

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,23 @@
1+
# Contribution Guide
12

2-
3-
Please Read the Contribution Guidelines before making Pull Request
4-
5-
# Contributing
6-
7-
We love contributions from everyone.
8-
By participating in this project,
9-
you agree to abide by the thoughtbot [code of conduct].
3+
We love contributions from everyone and that's how we organize open source more authentic and inclusive.
4+
By participating in this project, you agree to abide by the thoughtbot [code of conduct].
105

116
[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct
127

13-
We expect everyone to follow the code of conduct
8+
We expect from everyone to follow the code of conduct
149
anywhere in thoughtbot's project codebases,
1510
issue trackers, chatrooms, and mailing lists.
1611

1712
# Pull Request Instructions
18-
- Instead of Creating a new Branch. Fork the Repo and Update Your contribution to the related files or Repo.
19-
- Try to add the Algorithm or Program in files respectively.
13+
- Fork the Repo and create a new branch to update your contribution to the related files or Repo.
14+
- Try to add plagfree algorithm or program in respective files or category.We appreciate plagfree contributions
2015
- You can add new content only **Related to C++ Programming**
21-
- Create a PR with subjective Title. This will help me to organize the content in better way.
22-
- Try to Update the .gitignore if you're adding different formats of content.
16+
- Create a PR with meaningful header. This will help us to organize the content in better way.
17+
- Try to update the .gitignore if you're adding different formats of content.
2318
- Create a PR :bowtie:
2419

25-
## Contributing Code
26-
- Fork the repo.
27-
28-
- Make sure the tests pass:
20+
## Contributing Co
2921

3022

3123
Make your change, with new passing tests. Follow the [style guide][style].

0 commit comments

Comments
 (0)