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
* giteaofficial/main:
Extract and display readme and comments for Composer packages (go-gitea#30927)
Have new announcement about docs contributions (go-gitea#31364)
Fix bug filtering issues which have no project (go-gitea#31337)
Refactor to use UnsafeStringToBytes (go-gitea#31358)
[skip ci] Updated translations via Crowdin
Fix PullRequestList.GetIssueIDs's logic (go-gitea#31352)
[Refactor] Unify repo search order by logic (go-gitea#30876)
1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for backports.
4
4
2. Make sure you have read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md .
5
-
3. Describe what your pull request does and which issue you're targeting (if any).
6
-
4. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
7
-
5. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`.
8
-
6. Delete all these tips before posting.
5
+
3. For documentations contribution, please go to https://gitea.com/gitea/docs
6
+
4. Describe what your pull request does and which issue you're targeting (if any).
7
+
5. It is recommended to enable "Allow edits by maintainers", so maintainers can help more easily.
8
+
6. Your input here will be included in the commit message when this PR has been merged. If you don't want some content to be included, please separate them with a line like `---`.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -358,7 +358,8 @@ $REWRITTEN_PR_SUMMARY
358
358
359
359
## Documentation
360
360
361
-
If you add a new feature or change an existing aspect of Gitea, the documentation for that feature must be created or updated in the same PR.
361
+
If you add a new feature or change an existing aspect of Gitea, the documentation for that feature must be created or updated in another PR at [https://gitea.com/gitea/docs](https://gitea.com/gitea/docs).
362
+
**The docs directory on main repository will be removed at some time. We will have a yaml file to store configuration file's meta data. After that completed, configuration documentation should be in the main repository.**
0 commit comments