-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Issue template form #16349
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 35864dd
Delete old issue template file
redstonedesigner ef0253a
Adjust file upload and remove code of conduct checkbox
redstonedesigner 79a5b8e
Block blank issue creation
redstonedesigner fa9bba4
Update feedback
redstonedesigner 5bebf2b
Create Feature Request issue form
redstonedesigner 15edbd9
Update and rename issue.yaml to bug-report.yaml
redstonedesigner e1685c4
Enable blank issue creation
redstonedesigner b4392dd
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner 361c972
Update config.yaml
redstonedesigner aef0097
Remove default & placeholder from Gitea version
redstonedesigner 94ccf61
Merge branch 'main' into issue-template-form
techknowlogick 1adf885
Create issue template in .gitea directory
redstonedesigner 4657980
Add relevant bug report message to feature request
redstonedesigner 7f75fc6
Adjust name to remove banner
redstonedesigner 0113782
Merge branch 'main' into issue-template-form
redstonedesigner 9e0789d
Merge branch 'main' into issue-template-form
6543 4b76397
Add UI bug report form
redstonedesigner a6d409c
Remove unnecessary question
redstonedesigner a3e2b71
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner 6fee5e5
Merge branch 'main' into issue-template-form
redstonedesigner e152755
Merge branch 'go-gitea:main' into issue-template-form
redstonedesigner c39aed9
Merge branch 'main' into issue-template-form
redstonedesigner b1a9873
Merge branch 'main' into issue-template-form
redstonedesigner 3c0d0a2
Merge branch 'main' into issue-template-form
redstonedesigner 8b899d7
Merge branch 'main' into issue-template-form
redstonedesigner 0557cfe
Merge branch 'main' into issue-template-form
lafriks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 @@ | ||
blank_issues_enabled: false | ||
This file contains hidden or 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,91 @@ | ||
name: New Issue | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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 | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
value: v1.14.3 | ||
validations: | ||
required: true | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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 | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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 | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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 | ||
redstonedesigner marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- 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 |
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.