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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Contributing to Probr
1
+
# Contributing to Privateer
2
2
3
3
We'd love to accept your patches and contributions to this project. There are just a few small guidelines you need to follow.
4
4
@@ -8,7 +8,7 @@ Participation in this project comes under the [Contributor Covenant Code of Cond
8
8
9
9
## Code Submission
10
10
11
-
Thank you for considering submitting code to Probr!
11
+
Thank you for considering submitting code to Privateer!
12
12
13
13
- We follow the [GitHub Pull Request Model](https://help.github.com/articles/about-pull-requests/) for all contributions.
14
14
- For large bodies of work, we recommend creating an issue using the "Feature Request" template to outline the feature that you wish to build, and describe how it will be implemented. This gives a chance for review to happen early, and ensures no wasted effort occurs.
@@ -36,8 +36,8 @@ When submitting pull requests, make sure to do the following:
36
36
37
37
## Continuous Integration
38
38
39
-
Probr uses Github Actions for all CI tasks. You may review the existing workflows in `.github/workflows`. Results of checks will automatically be pushed to PRs and may block merging if checks fail.
39
+
Privateer uses Github Actions for all CI tasks. You may review the existing workflows in `.github/workflows`. Results of checks will automatically be pushed to PRs and may block merging if checks fail.
40
40
41
41
## Logging
42
42
43
-
Probr is extremely dependent on clean and clear logs for its success. Please follow the [Log Filter Guidelines](internal/config/README.md) to add useful logs to your code.
43
+
Privateer is extremely dependent on clean and clear logs for its success. Please follow the [Log Filter Guidelines](internal/config/README.md) to add useful logs to your code.
0 commit comments