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
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# Contributing to AWSZeroTrustPolicy
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://docs.github.com/en/get-started/quickstart/github-flow), 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://docs.github.com/en/get-started/quickstart/github-flow)). We actively welcome your pull requests:
15
18
16
19
1. Fork the repo and create your branch from `master`.
@@ -21,14 +24,15 @@ 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's [issues](https://github.com/CloudDefenseAI/AWSZeroTrustPolicy/issues)
31
+
27
32
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/CloudDefenseAI/AWSZeroTrustPolicy/issues/new); it's that easy!
28
33
29
34
## Write bug reports with detail, background, and sample code
30
35
31
-
32
36
**Great Bug Reports** tend to have:
33
37
34
38
- A quick summary and/or background
@@ -39,14 +43,15 @@ 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.
43
-
46
+
People _love_ thorough bug reports. I'm not even kidding.
44
47
45
-
* 2 spaces for indentation rather than tabs
46
-
* You can try running `npm run lint` for style unification
48
+
- 2 spaces for indentation rather than tabs
49
+
- You can try running `npm run lint` for style unification
47
50
48
51
## License
52
+
49
53
By contributing, you agree that your contributions will be licensed under its MIT License.
50
54
51
55
## References
56
+
52
57
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md)
0 commit comments