Skip to content

Commit 3e3fb1c

Browse files
committed
Update contributing guide
1 parent 62aea0e commit 3e3fb1c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CONTRIBUTING.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,26 @@ That's why we came up with standards below, following them will maximize the cha
2828
4. Use Gulp to minify your code after finishing
2929
5. Create clear titles and detailed descriptions for your Pull Requests
3030

31+
## Submitting a Pull Request
32+
33+
Before you submit your Pull Request (PR) consider the following guidelines:
34+
35+
1. Search [GitHub](https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort.
36+
2. Fork the mdbootstrap/Angular-Bootstrap-with-Material-Design repo.
37+
3. Make your changes in a new git branch:
38+
39+
```shell
40+
git checkout -b your-branch-name master
41+
```
42+
4. Commit your changes using a descriptive commit message.
43+
5. Push your branch to GitHub
44+
45+
```shell
46+
git push origin your-branch-name
47+
```
48+
6. In GitHub, send a pull request to `Angular-Bootstrap-with-Material-Design:dev`
49+
50+
Thank you for your contribution!
51+
3152
## Questions
3253
If you're not sure about your ideas or you'd like to talk about them with our team before starting, write to: contact@mdbootstrap.com, and for every query regarding technical consultance open your case on [Support Forum](https://mdbootstrap.com/support/)

0 commit comments

Comments
 (0)