aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Improve pull_request_template.md (#22888)Jason Song2023-02-201-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update `pull_request_template.md` because: - It's a kind idea to hide the tips. However, it's easier to include them in the commit message by mistake when you cannot see them. Check `git log | grep 'Please check the following:'`. So don't hide it, expose it and help fix it. - "for backports" is much clearer than "for bug fixes". I saw someone post a PR to a release branch because they believed it was the right way for a bugfix. - "Allow edits by maintainers", or we have to ask the contributor to update the branch and they could be confused. - Remind the contributor that the words could be included in the commit message, to avoid some words like "Hello", "Sorry". If they really need them, they can separate them with a line, like: ```markdown Close #xxxx Because ... Then ... Finally ... --- Hello, this is my first time opening a pull request. Sorry for any mistakes. ``` And the merger should be careful, check and delete the extra content before merging. --------- Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* update discord invite (#19907)Eugene2022-06-071-1/+1
|
* Disable blank issues (#19717)John Olheiser2022-05-151-1/+1
|
* Reorder issue templates and automatically add labels (#18875)delvh2022-03-213-57/+60
| | | | | | | | | | | | | | | * Reorder bug-report.yaml * Add bug label on bug-report.yaml * Add feature label on feature-request.yaml * Reorder ui.bug-report.yaml * Apply suggestions Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: zeripath <art27@cantab.net>
* Make the proformas clearer that we need DEBUG logs (#18700)zeripath2022-02-102-0/+6
| | | | | | | | | | It is ridiculous how few of our bug reporter are giving us DEBUG level logs. This has to change and I think the proforma is not making it clear enough that they have to give us these logs. This PR changes the issue proformas to tell people to give us these logs. Signed-off-by: Andrew Thornton <art27@cantab.net>
* Fix documents for development and bug report (#18249)wxiaoguang2022-01-131-8/+9
|
* Fix various typos of software names (#18083)qwerty2872021-12-241-1/+1
| | | | | | | | | | | | | | | | * `git` -> `Git` * `Github` and `github` -> `GitHub` * `crowdin` -> `Crowdin` * `git-lfs` -> `Git LFS` * `githooks`, `git hooks`, `git-hooks` -> `Git Hooks` * `discord` -> `Discord` * `2fa` -> `2FA` * `gitlab` and `Gitlab` -> `GitLab` * `web hook` -> `webhook` * `linux` -> `Linux` * `sqlite` -> `SQLite` * `MYSQL` and `mysql` -> `MySQL` * rename refs to `master` branch -> `main` * Fix English grammar
* hide note message for pull request template (#17529)a10121127962021-11-021-1/+3
| | | Co-authored-by: John Olheiser <john.olheiser@gmail.com>
* Fix wording in issue template (#17176)silverwind2021-09-291-1/+1
| | | There was a typo `systemm` here. I opted to just remove the superfluos word altogether.
* Issue template form (#16349)Gabriel2021-09-155-42/+191
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create issue template using new format This issue template has been based off of the current issue creation workflow defined in the ISSUE_TEMPLATE.md file This commit allows for that issue template (which is a legacy method of creating an issue) to be deleted * Delete old issue template file This commit deletes the old issue template file, as it is both legacy and replaced by ISSUE_TEMPLATE/issue.yaml * Adjust file upload and remove code of conduct checkbox * Block blank issue creation * Update feedback Removed most requirements Updated prompt to include instruction to state whether using try.gitea.io Added default value to Gitea version * Create Feature Request issue form * Update and rename issue.yaml to bug-report.yaml * Enable blank issue creation Co-authored-by: a1012112796 <1012112796@qq.com> * Update config.yaml * Remove default & placeholder from Gitea version * Create issue template in .gitea directory * Add relevant bug report message to feature request * Adjust name to remove banner There is a banner that tells you to create a config.yml when you already have a config.yaml Renaming the file stops this from occurring. * Add UI bug report form * Remove unnecessary question Co-authored-by: a1012112796 <1012112796@qq.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>
* Update pull_request_template.md (#15948)Ikko Ashimine2021-05-221-1/+1
| | | | Branch name - master -> main
* Issue template addition: Are you using Gitea behind CloudFlare? (#14098)wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf2021-02-181-0/+3
| | | | | | | | | | | | | | | | | | | | * chore: are you using Gitea behind CloudFlare since more often than not CF appears to serve stale cache and cause troubles, I'd argue it might be helpful to ask about it in this here issue template * implement suggestion: change question to comment * as per @techknowlogick's suggestion * chore: edit comment * implement @mrsdizzie's suggestion * as the comment grows, rather span multiple lines * Gitea --> gitea to match case used in the rest of the template Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
* Kd/add bountysource (#14323)Kyle D2021-01-131-0/+1
| | | | | * Add bountysource to Sponsors link * Add badge to readme
* Add FAQ link to Issue template (#14020)65432020-12-161-2/+3
|
* Config lock bot (#13624)65432020-11-181-0/+23
| | | | | * config lock bot * Update .github/lock.yml
* add more clarification to the issue-template.md (#13235)zeripath2020-10-211-0/+6
| | | | | Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
* Remove not relevant option from issue template (#13188)mrsdizzie2020-10-171-1/+0
| | | | | | | Almost every use of "Not relevant" I see is the opposite -- it is relevant to have an example on try.gitea.io and often we can't do anything until the user provides one. Remove the not-relevant option so people have to decide yes/no if they are going to attempt to reproduce it which will hopefully encourage them to do so in simple cases. For actual not-relevant issues No should be a fine answer as well as it would be clear to us when you can't reproduce an example there. Hopefully this will encourage more examples when people file issues which would lead to quicker fixes.
* Improve stale message (#9920)Antoine GIRARD2020-01-221-4/+5
| | | | | | | | * Improve stale nessage * Update .github/stale.yml Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Display Github support button (#7343)Antoine GIRARD2019-07-021-0/+1
| | | This need an option to be enabled on repo : https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
* Add security note to issue template (#6281)John Olheiser2019-03-081-2/+4
|
* Force the PR close time to 60 days (#5770)Antoine GIRARD2019-01-191-0/+1
| | | | | Like the comment that is posted. Ex: https://github.com/go-gitea/gitea/pull/4749 is closed after 2 weeks and not 2 months
* Create stale bot config (#5243)Antoine GIRARD2018-12-201-0/+52
|
* Comment help text for issues (#2281)Patrick G2017-08-091-7/+9
|
* Add link to forum in issue template (#2070)Jonas Östanbäck2017-06-281-2/+2
|
* Update links to Discord serverJonas Östanbäck2017-06-111-1/+1
|
* Add MSSQL to issues template (#1171)esell2017-03-101-0/+1
|
* Fix grammar (#1158)Patrick G2017-03-091-5/+5
|
* Add Screenshot-secion to IssueTemplate.md (#939)Kim "BKC" Carlbäcker2017-02-171-0/+5
| | | For `UI`-bugs we usually require a Screenshot to debug it :wink:
* Replace pull request with issue at issue_template (#547)Bwko2016-12-311-1/+1
|
* Update example install url from try.gogs.io to try.gitea.io (#385)Sandro Santilli2016-12-151-0/+4
| | | | | | | | * Update example install url from try.gogs.io to try.gitea.io * Ask if issue can be reproduced on try.gitea.io * Link try.gitea.io to the README
* Unified GitHub templates accross all projectsThomas Boerger2016-11-284-34/+26
|
* Review issue and pull templates, drop unused contributing fileSandro Santilli2016-11-053-82/+19
| | | | The CONTRIBUTING.md from root dir will be used by github
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-032-4/+4
|
* Replace gogs.io http links with https version (#3386)rugk2016-08-051-1/+1
|
* #3348 always use relative avatar link in the templateUnknwon2016-08-051-3/+4
|
* Minor fix for pull request template [CI SKIP]Unknwon2016-07-281-1/+1
|
* Update GitHub templatesUnknwon2016-07-282-10/+17
|
* Update localesUnknwon2016-03-231-1/+1
|
* ISSUE_TEMPLATE: suggestion to test at try.gogs.ioLubomir I. Ivanov2016-03-021-0/+4
| | | | | | | | | | | | | I've noticed that a lot of issues cannot be reproduced on http://try.gogs.io, which either hints about specific database type problems or hints about bugs which are already solved in the newer version (as http://try.gogs.io is usually a newer build). This patch adds the suggestion to test the issue at http://try.gogs.io in the Github "issue template". The user can answer: "Yes", "No", "Not relevant". "Not relevant" is an option where testing on http://try.gogs.io makes no sense as the bug is unrelated to the Web UI or is very specific in nature.
* Prepare to releaseUnknwon2016-02-241-0/+2
|
* Removed duplicate of paragraphBart2016-02-211-4/+0
|
* Add issue and pull request templateUnknwon2016-02-173-0/+87