-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f61ad8b
commit 7871d0f
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# contribute | ||
We welcome anyone to contribute to GuGoTik, and look forward to your contributions to GuGoTik, whether it is bug fixes or feature contributions! | ||
[中文简体](CONTRIBUTING_CN.md) | ||
# Contribution process | ||
- Before you start contributing to something, please submit an Issue and describe in detail what you are doing | ||
For example: if you want to fix a bug, you need to raise the bug issue first, and then comment that you are working on this, so that we can Assign the task to you. | ||
- When you are contributing, please make sure to follow GuGoTik's original project code style, and complete GoLint operations and single-test operations locally. | ||
- When you have completed your code modification, please submit it to the repository in the form of a PR and mention your Issue for us to track. |