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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Contributing guidance
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,9 +9,11 @@ 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
19
1. Fork the repo and create your branch from `main`.
@@ -21,20 +24,27 @@ Pull requests are the best way to propose changes to the codebase (we use [GitHu
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 Issues](https://github.com/fabasoad/pascal-action/issues)
31
+
27
32
We use GitHub issues to track public bugs. Report a bug by opening a new issue. It's that easy!
28
33
29
34
## Create issue using provided GitHub issue templates
35
+
30
36
This repository has issue templates for bug report and feature request. Please use them to create an issue and fill all required fields.
31
37
32
38
## Use a Consistent Coding Style
39
+
33
40
Please follow all the rules from the following documents:
41
+
34
42
-[Bash coding style](https://github.com/icy/bash-coding-style) provided by [icy](https://github.com/icy).
35
43
36
44
## License
45
+
37
46
By contributing, you agree that your contributions will be licensed under its MIT License.
38
47
39
48
## References
49
+
40
50
This document was adapted from the open-source contribution guidelines provided by [briandk](https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62).
0 commit comments