Skip to content
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5453c0f
Added contributing guidelines
inomag Oct 7, 2021
61a54ae
Updated License
inomag Oct 7, 2021
379e70a
Update CONTRIBUTING.md
inomag Oct 7, 2021
28781dd
Update CONTRIBUTING.md
inomag Oct 7, 2021
3b155cd
Update CONTRIBUTING.md
inomag Oct 7, 2021
74214ca
Update CONTRIBUTING.md
inomag Oct 7, 2021
bed2dd1
Update CONTRIBUTING.md
inomag Oct 7, 2021
c5e7aa9
Update CONTRIBUTING.md
inomag Oct 7, 2021
6bad8c2
Update CONTRIBUTING.md
inomag Oct 7, 2021
582a0d7
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
14351f5
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
06ae4df
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
edf1e5a
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
b9f7548
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
f75f94c
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
8aae3b2
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
1ab8a6a
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
e247c15
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
dcf75aa
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
406ac8d
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
dcfa8ff
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
89b3299
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
ac4ee7e
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
6d06f00
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
d91ab3b
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
6ebe9b0
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
3cc9abd
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
03e8dac
Update CONTRIBUTING.md
shuklaritvik06 Oct 7, 2021
e7cfb21
Update CONTRIBUTING.md
kkrishguptaa Oct 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 73 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
# CONTRIBUTING OVERVIEW

Comment thread
shuklaritvik06 marked this conversation as resolved.
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) [![License](https://img.shields.io/github/license/web3community/devprotocol.xyz)](https://github.com/web3community/devprotocol.xyz/blob/main/LICENSE)


*👍🎉 First off, thanks for taking the time to contribute! 🎉👍*
Comment thread
gptkrsh marked this conversation as resolved.

Comment thread
shuklaritvik06 marked this conversation as resolved.

Comment thread
shuklaritvik06 marked this conversation as resolved.
The following is a set of guidelines for contributing to this repository. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.


## 🚀 How to Contribute:

- Please create an [issue](https://github.com/web3community/devprotocol.xyz/issues) first before creating a Pull request.

- Fork the Repo and create a Branch for any Issue that you are working upon.

- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.

- Add Screenshots to help us know what changes you have done.

## 🤔 How to make a Pull Request:

**1.** Fork [this](https://github.com/web3community/devprotocol.xyz) repository. Click on the <a href="https://github.com/web3community/devprotocol.xyz"><img src="https://img.icons8.com/fluency/30/000000/code-fork.png"/></a> symbol at the top right corner.

**2.** Clone the forked repository.
```bash
git clone https://github.com/<your-username>/devprotocol.xyz.git
```

**3.** Navigate to the project directory.
```bash
cd devprotocol.xyz
```

**4.** Create a new branch:
```bash
git checkout -b your-branch-name
```

**5.** Make the necessary changes in source code.

**6.** Stage your changes and commit
```bash
git add .
git commit -m "<your_commit_message>"
```
*You can use appropriate emojis for your commit messages from [Gitmoji](https://gitmoji.dev/)*

**7.** Push your local commits to the remote repo.
```bash
git push origin your-branch-name
```

**8.** Create a new [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) from ```your-branch-name```

Comment thread
shuklaritvik06 marked this conversation as resolved.
**9.** 🎉 Congratulations! You've made your contribution.

## Hacktoberfest Guidelines:

#### Good Practice
- Comment on the issue to get assigned
- Create an issue before you make a Pull Request

#### Bad Practice
- Creating Pull Requests without Issue assignment will not be accepted and will be closed

After this, project maintainers will review the changes and will merge your PR if they found it good, otherwise we will suggest the required changes.

## Web3Community

😕 Not sure where to start? Join our community on [Discord](https://discord.gg/37QFQ7J78B)
✨ You can also take part in [Community Discussion](https://github.com/web3community/devprotocol.xyz/discussions)