You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Contributing to Nuxt-Booster
2
+
2
3
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
3
4
4
5
- Reporting a bug
@@ -8,25 +9,30 @@ We love your input! We want to make contributing to this project as easy and tra
8
9
- Becoming a maintainer
9
10
10
11
## We Develop with Github
12
+
11
13
We use github to host code, to track issues and feature requests, as well as accept pull requests.
12
14
13
15
## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
16
+
14
17
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
15
18
16
-
1. Fork the repo and create your branch from `master`.
19
+
1. Fork the repo and create your branch from `main`.
17
20
2. If you've added code that should be tested, add tests.
18
21
3. If you've changed APIs, update the documentation.
19
22
4. Ensure the test suite passes.
20
23
5. Make sure your code lints.
21
24
6. Issue that pull request!
22
25
23
26
## Any contributions you make will be under the MIT Software License
27
+
24
28
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
25
29
26
30
## Report bugs using Github's [issues](https://github.com/basics/nuxt-booster/issues)
31
+
27
32
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/basics/nuxt-booster/issues/new/choose); it's that easy!
28
33
29
34
## Write bug reports with detail, background, and sample code
35
+
30
36
**Great Bug Reports** tend to have:
31
37
32
38
- A quick summary and/or background
@@ -40,7 +46,9 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
40
46
People *love* thorough bug reports. I'm not even kidding.
41
47
42
48
## License
49
+
43
50
By contributing, you agree that your contributions will be licensed under its MIT License.
44
51
45
52
## References
53
+
46
54
This document was adapted from the open-source contribution guidelines from [Brian A. Danielak](https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62)
0 commit comments