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
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@ We love your input! We want to make contributing to this project as easy and tra
9
9
- Becoming a maintainer
10
10
11
11
## We Develop with Github
12
+
12
13
We use github to host code, to track issues and feature requests, as well as accept pull requests.
13
14
14
15
## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
16
+
15
17
Pull requests are the best way to propose changes to the codebase. We actively welcome your pull requests:
16
18
17
19
1. Fork the repo and create your branch from `main`.
@@ -22,9 +24,11 @@ Pull requests are the best way to propose changes to the codebase. We actively w
22
24
6. Issue that pull request!
23
25
24
26
## Any contributions you make will be under the MIT Software License
27
+
25
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.
26
29
27
30
## Report bugs using Github's [issues](https://github.com/Taj/universal-version-bump/issues)
31
+
28
32
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](); it's that easy!
29
33
30
34
## Write bug reports with detail, background, and sample code
@@ -39,13 +43,13 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
39
43
- What actually happens
40
44
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)
41
45
42
-
People *love* thorough bug reports. I'm not even kidding.
46
+
People _love_ thorough bug reports. I'm not even kidding.
43
47
44
48
## Use a Consistent Coding Style
45
49
46
-
* 2 spaces for indentation rather than tabs
47
-
* You can try running `pnpm run lint` for style unification
50
+
- 2 spaces for indentation rather than tabs
51
+
- You can try running `pnpm run lint` for style unification
48
52
49
53
## License
50
-
By contributing, you agree that your contributions will be licensed under its MIT License.
51
54
55
+
By contributing, you agree that your contributions will be licensed under its MIT License.
0 commit comments