Skip to content

Issue template form #16349

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

Merged
merged 27 commits into from
Sep 15, 2021
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5862054
Create issue template using new format
redstonedesigner Jul 6, 2021
35864dd
Delete old issue template file
redstonedesigner Jul 6, 2021
ef0253a
Adjust file upload and remove code of conduct checkbox
redstonedesigner Jul 6, 2021
79a5b8e
Block blank issue creation
redstonedesigner Jul 6, 2021
fa9bba4
Update feedback
redstonedesigner Jul 6, 2021
5bebf2b
Create Feature Request issue form
redstonedesigner Jul 6, 2021
15edbd9
Update and rename issue.yaml to bug-report.yaml
redstonedesigner Jul 6, 2021
e1685c4
Enable blank issue creation
redstonedesigner Jul 6, 2021
b4392dd
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner Jul 7, 2021
361c972
Update config.yaml
redstonedesigner Jul 7, 2021
aef0097
Remove default & placeholder from Gitea version
redstonedesigner Jul 7, 2021
94ccf61
Merge branch 'main' into issue-template-form
techknowlogick Jul 8, 2021
1adf885
Create issue template in .gitea directory
redstonedesigner Jul 9, 2021
4657980
Add relevant bug report message to feature request
redstonedesigner Jul 9, 2021
7f75fc6
Adjust name to remove banner
redstonedesigner Jul 9, 2021
0113782
Merge branch 'main' into issue-template-form
redstonedesigner Jul 9, 2021
9e0789d
Merge branch 'main' into issue-template-form
6543 Jul 15, 2021
4b76397
Add UI bug report form
redstonedesigner Jul 19, 2021
a6d409c
Remove unnecessary question
redstonedesigner Jul 19, 2021
a3e2b71
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner Jul 19, 2021
6fee5e5
Merge branch 'main' into issue-template-form
redstonedesigner Jul 22, 2021
e152755
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner Jul 26, 2021
c39aed9
Merge branch 'main' into issue-template-form
redstonedesigner Aug 4, 2021
b1a9873
Merge branch 'main' into issue-template-form
redstonedesigner Aug 26, 2021
3c0d0a2
Merge branch 'main' into issue-template-form
redstonedesigner Aug 29, 2021
8b899d7
Merge branch 'main' into issue-template-form
redstonedesigner Sep 11, 2021
0557cfe
Merge branch 'main' into issue-template-form
lafriks Sep 15, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
91 changes: 91 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
name: New Issue
description: Create a new issue
body:
- type: markdown
attributes:
value: |
NOTE: If your issue is a security concern, please send an email to [email protected] instead of opening a public issue.
- type: markdown
attributes:
value: |
1. Please speak English, this is the language all maintainers can speak and write.
2. Please ask questions or configuration/deploy problems on our Discord
server (https://discord.gg/gitea) or forum (https://discourse.gitea.io).
3. Please take a moment to check that your issue doesn't already exist.
4. Make sure it's not mentioned in the FAQ (https://docs.gitea.io/en-us/faq)
5. Please give all relevant information below for bug reports, because
incomplete details will be handled as an invalid report.
- type: input
id: gitea-ver
attributes:
label: Gitea Version
description: Gitea version (or commit reference) your instance is running
placeholder: v1.14.3
value: v1.14.3
validations:
required: true
- type: input
id: git-ver
attributes:
label: Git Version
description: The version of git running on the server's systemm
- type: input
id: os-ver
attributes:
label: Operating System
description: The operating system you are using to run Gitea
- type: textarea
id: run-info
attributes:
label: How are you running Gitea?
description: |
Please include information on whether you built gitea yourself, used one of our downloads, are using https://try.gitea.io or are using some other package
Please also tell us how you are running gitea, e.g. if it is being run from docker, a command-line, systemd etc.
If you are using a package or systemd tell us what distribution you are using
validations:
required: true
- type: dropdown
id: database
attributes:
label: Database
description: What database system are you running?
options:
- PostgreSQL
- MySQL
- MSSQL
- SQLite
- type: dropdown
id: can-reproduce
attributes:
label: Can you reproduce the bug on the Gitea demo site?
description: |
If so, please provide a URL in the Description field
URL of Gitea demo: https://try.gitea.io
options:
- "Yes"
- "No"
validations:
required: true
- type: markdown
attributes:
value: |
It really is important to provide pertinent logs
Please read https://docs.gitea.io/en-us/logging-configuration/#debugging-problems
In addition, if your problem relates to git commands set `RUN_MODE=dev` at the top of app.ini
- type: input
id: logs
attributes:
label: Log Gist
description: Please provide a gist URL of your logs, with any sensitive information (e.g. API keys) removed/hidden
- type: textarea
id: description
attributes:
label: Description
description: |
Please provide a description of your issue here, with a URL if you were able to reproduce the issue (see above)
If using a proxy or a CDN (e.g. CloudFlare) in front of gitea, please disable the proxy/CDN fully and connect to gitea directly to confirm the issue still persists without those services.
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If this issue involves the Web Interface, please provide a screenshot or multiple screenshots
42 changes: 0 additions & 42 deletions .github/issue_template.md

This file was deleted.