Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 029300e

Browse files
committed
Create CONTRIBUTING.md
1 parent 2e59648 commit 029300e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing
2+
3+
To contribute to the project, please follow these steps:
4+
5+
1. Get approval for the idea by filing an issue and talking with me about the changes
6+
2. Fork the repo
7+
3. Make a branch for your change
8+
4. Run `npm install`
9+
5. Run `npm run test`
10+
6. Make your changes
11+
7. Test your changes
12+
8. Run `npm run build` to generate the dist files
13+
9. Run `git add -A` to add your changes
14+
10. Run `npm run commit` (**Do not** use `git commit`) - follow the prompts to create your git message
15+
11. Push your changes with `git push`
16+
12. Create the Pull Request
17+
13. If there are several commits, please rebase and squash everything to only get one commit. [How to rebase a PR?](https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request)
18+
14. Get merged and celebrate

0 commit comments

Comments
 (0)