Skip to content

Commit a599934

Browse files
committed
add: contributing guidelines
1 parent 6e5cefe commit a599934

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CONTRIBUTING.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
> IMPORTANT **Note**
2+
>
3+
> **Pull Requests having no issue associated with them will not be accepted. Firstly get an issue assigned, whether it's already opened or raised by you, and then create a Pull Request.**
4+
5+
## 👨‍💻 Prerequisite
6+
7+
#### Documentation
8+
9+
- [Git](https://git-scm.com/)
10+
- [Markdown](https://www.markdownguide.org/basic-syntax/)
11+
- [Git with Atlassian](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
12+
13+
#### Code
14+
15+
- [HTML](https://www.w3schools.com/html/)
16+
17+
## 💥 How to Contribute
18+
19+
- Look at the existing [**Issues**](https://github.com/Pradumnasaraf/open-source-with-pradumna/issues) or [**create a new issue**](https://github.com/Pradumnasaraf/open-source-with-pradumna/issues/new/choose)!
20+
- [**Fork the Repo**](https://github.com/Pradumnasaraf/open-source-with-pradumna/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
21+
- Create a **[Pull Request](https://github.com/Pradumnasaraf/open-source-with-pradumna/compare)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
22+
- Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes proposed in your PR.

0 commit comments

Comments
 (0)