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: CONTRIBUTIONS.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
gti # Contribution Guidelines
1
+
# Contribution Guidelines
2
2
This is a community-driven, open source project that welcomes all contributions. Whether you're a seasoned contributor or new to the project, we're grateful for all contributions.
3
3
4
4
## Community standards
@@ -24,7 +24,7 @@ Issues that are open for contribution are given the following labels:
24
24
To contribute to the project, do the following:
25
25
-[Fork and clone](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repository
26
26
- Create a [branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository) for your issue
27
-
- Make a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to the master repository
27
+
- Make a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to the main branch of the upstream repository
28
28
- Title your pull request with the issue you fixed
29
29
- For example, "Fixed upload error to resolve Issue #987"
30
30
- Include a short description of the changes you made
0 commit comments