-
Notifications
You must be signed in to change notification settings - Fork 576
📝(issue templates) switch to forms #2207
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
Open
virgile-dev
wants to merge
1
commit into
main
Choose a base branch
from
update-issue-templates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,94 @@ | ||
| name: Bug Report | ||
| description: File a bug report. | ||
| title: "🐛(Bug) " | ||
| labels: ["triage"] | ||
| projects: ["suitenumerique/2"] | ||
| assignees: | ||
| - virgile-dev | ||
| type: bug | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to fill out this bug report! | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Before filing a new issue, please do a quick search in the issues / prs list to avoid duplicates. | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| We use [BlockNote](https://www.blocknotejs.org/) for the text editing features of Docs. If you find an issue with the editor and are able to reproduce it on their [demo](https://www.blocknotejs.org/demo) it's best to report it directly on the [BlockNote repository](https://github.com/TypeCellOS/BlockNote/issues). | ||
| - type: textarea | ||
| id: what-happened | ||
| attributes: | ||
| label: What happened? | ||
| description: Also tell us, what did you expect to happen? | ||
| placeholder: Tell us what you see! | ||
| value: "A bug happened!" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: solution | ||
| attributes: | ||
| label: Possible solution? | ||
| description: If you have suggestions on a fix for the bug | ||
| placeholder: Try this, or that ... | ||
| value: "I have a solution!" | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: version | ||
| attributes: | ||
| label: Version | ||
| description: What version of our software are you running? | ||
| value: "4.x.x" | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: instance | ||
| attributes: | ||
| label: Instance url | ||
| description: What's your instance url? | ||
| value: "docs.example.org" | ||
| validations: | ||
| required: false | ||
| - type: dropdown | ||
| id: browsers | ||
| attributes: | ||
| label: What browsers are you seeing the problem on? | ||
| multiple: true | ||
| options: | ||
| - Firefox | ||
| - Chrome | ||
| - Safari | ||
| - Microsoft Edge | ||
| - type: textarea | ||
| id: logs | ||
| attributes: | ||
| label: Relevant log output | ||
| description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. | ||
| render: shell | ||
| - type: upload | ||
| id: screenshots | ||
| attributes: | ||
| label: Upload screenshots | ||
| description: If applicable, add screenshots to help explain your problem. | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: contact | ||
| attributes: | ||
| label: Contact Details | ||
| description: How can we get in touch with you if we need more info? | ||
| placeholder: ex. email@example.com | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: terms | ||
| attributes: | ||
| label: Code of Conduct | ||
| description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md). | ||
| options: | ||
| - label: I agree to follow this project's Code of Conduct | ||
| required: true | ||
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,6 @@ | ||
| blank_issues_enabled: false | ||
|
|
||
| contact_links: | ||
| - name: Support question | ||
| url: https://matrix.to/#/#docs-official:matrix.org | ||
| about: If you have a question, or something was not clear from the docs, reach out for help on our Matrix Channel or email us at docs.team@la-suite.eu |
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,70 @@ | ||
| name: Feature request | ||
| description: Suggest an new feature or an enhancement. | ||
| title: "✨(feature) " | ||
| labels: ["triage"] | ||
| projects: ["suitenumerique/2"] | ||
| assignees: | ||
| - virgile-dev | ||
| type: feature | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Thanks for taking the time to suggest a feature! | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Before filing a new issue, please do a quick search in the issues / prs list to avoid duplicates. | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| We use [BlockNote](https://www.blocknotejs.org/) for the text editing features of Docs. It's best to suggest features on the text editor directly on the [BlockNote repository](https://github.com/TypeCellOS/BlockNote/discussions/categories/ideas-enhancements). | ||
| - type: textarea | ||
| id: problem | ||
| attributes: | ||
| label: What problem do you want to fix? | ||
| description: A concise description of what the problem is. | ||
| placeholder: | ||
| value: "My problem is" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: solution | ||
| attributes: | ||
| label: Possible solution? | ||
| description: A concise description of what you need to fix your problem. | ||
| placeholder: I | ||
| value: "I need this feature" | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: alternative | ||
| attributes: | ||
| label: Do you have an alternative? | ||
| description: If you found a workaround or have thought of another way to solve your problem. | ||
| value: "My workaround is ..." | ||
| validations: | ||
| required: false | ||
| - type: upload | ||
| id: screenshots | ||
| attributes: | ||
| label: Upload | ||
| description: If applicable, add screenshots to help explain your problem. | ||
| validations: | ||
| required: false | ||
| - type: input | ||
| id: contact | ||
| attributes: | ||
| label: Contact Details | ||
| description: How can we get in touch with you if we need more info? | ||
| placeholder: ex. email@example.com | ||
| validations: | ||
| required: false | ||
| - type: checkboxes | ||
| id: terms | ||
| attributes: | ||
| label: Code of Conduct | ||
| description: By submitting this issue, you agree to follow our [Code of Conduct](CODE_OF_CONDUCT.md). | ||
| options: | ||
| - label: I agree to follow this project's Code of Conduct | ||
| required: true |
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.
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.
Input should be enough for that:
As it is now: