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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,10 @@ NetFoundry welcomes all and any contributions. All open source projects managed
4
4
[guide for contributions](https://docs.openziti.io/policies/CONTRIBUTING.html).
5
5
6
6
If you are eager to contribute to a NetFoundry-managed open source project please read and act accordingly.
7
+
8
+
Some bookkeeping needs to be done for contributions.
9
+
10
+
- Log an issue and tie your commits to it. Make sure the issue title clearly describes the problem, and the body of the issue explains what is happening, what is expected, and how to reproduce it.
11
+
- Ensure your commit messages in Git include `fix openziti/ziti#<issuer-number>` as the first line of the commit message, followed by a blank line, and then whatever detail you want to provide.
12
+
- Include in the pull request the same text, `fix openziti/ziti#<issue-number>` either in the title or body.
13
+
- Ensure commits are signed by a key you've associated with your GitHub handle.
0 commit comments