Skip to content

Commit e0a5356

Browse files
authored
Create CONTRIBUTING.md
1 parent 9993827 commit e0a5356

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Dev Guidelines
2+
- Fork the Repo
3+
- Make your changes
4+
- Raise a PR
5+
- Your changes will then be reviewed and merged into a test pr-#id-rebase branch for testing
6+
and then merged into `main` if everything goes through
7+
8+
## Pull Request and Commit Guidelines
9+
- Commitlog is based off of commit standards where the commit message specifies what
10+
kind of commit it is, make sure your commits follow the same.
11+
- The PR doesn't need to have detailed explanation but a small pointer of what each commit does should be fine,
12+
on the other hand you could use commitlog to generate the hash and changes for your PR
13+
14+
---
15+
Finally,
16+
**Maintain a healthy and friendly environment in all the threads (discussions, issue thread, PR Threads)**

0 commit comments

Comments
 (0)