Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CONTRIBUTING.md #11

Merged
merged 1 commit into from
Nov 29, 2021
Merged
Changes from all commits
Commits
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
13 changes: 13 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing Guidelines
Welcome to Curewell Homeo Clinic Admin System Contributing Guidelines, glad you made it here and thanks a lot for your interest in the project.
> Your contribution in any way is very much appreciated.

## Things to keep in mind while contributing.
- Make sure to check and pass the basic test github action.
- If you're adding a new feature write unit-tests for it.
- This project is not for developers but is being used by the actual organization and if your contribution is accepted make it is likely to be deployed in production, so make sure the chages you propose production ready.
- Make sure to write brief commit messages if required a detailed description use the commit description instead of actual message.
- Write a brief but to the point Pull Request and Issue description while creating them.

---
Feel free to suggest any changes to the guidelines itself.