-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix documents for development and bug report #18249
Conversation
|
||
You should format your code with `go fmt` using: | ||
You should format your code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should format your code: | |
You should format your code using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original text is better.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay
|
||
```bash | ||
make fmt | ||
``` | ||
|
||
and can test whether your changes would match the results with: | ||
and lint the source code: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and lint the source code: | |
and lint it using |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original text is better.
Codecov Report
@@ Coverage Diff @@
## main #18249 +/- ##
=======================================
Coverage 45.59% 45.59%
=======================================
Files 830 830
Lines 92089 92089
=======================================
+ Hits 41987 41990 +3
+ Misses 43361 43354 -7
- Partials 6741 6745 +4
Continue to review full report at Codecov.
|
* giteaoffical/main: Fix documents for development and bug report (go-gitea#18249) Add/update SMTP auth providers via cli (go-gitea#18197) Fix NPE on try to get tag reference via API (go-gitea#18245) Fix update user bug (go-gitea#18250)
This PR fixes some documents and sentences.
Make sure you are using the latest release
before submitting an issue.hacking-on-gitea.en-us.md
to tell developers to do lint correctly.make fmt-check
Hopefully we can keep documents correct and up-dated.