-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved yml Issue Templates and config added
- Loading branch information
Showing
8 changed files
with
176 additions
and
85 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains 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,52 @@ | ||
name: Bug Report🐛 | ||
description: File a bug report | ||
title: "[BUG]: " | ||
labels: ["bug"] | ||
# projects: [] | ||
# assignees: ["vihar-s1"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report!🤗 | ||
- type: textarea | ||
id: bug-description | ||
attributes: | ||
label: Brief Bug Description | ||
description: Tell us about what happened? | | ||
Use Screenshots where necessary to assist explanation. | ||
placeholder: Tell us what you see! | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expected-behavior | ||
attributes: | ||
label: Brief Idea about Expected Behavior | ||
description: Tell us about what did you expect to happen? | | ||
Use Screenshots where necessary to assist explanation. | ||
placeholder: Tell us what you want to see! | ||
validations: | ||
required: true | ||
|
||
- 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: checkboxes | ||
id: checks | ||
attributes: | ||
label: Check-List | ||
description: Please make sure to check the following milestones before submitting the bug report! | ||
options: | ||
- label: I have checked that a similar kind of bug report does not already exist! | ||
required: true | ||
- label: I can reproduce the issue consistently. | ||
required: true | ||
- label: I have read the [Contributing Guidelines](https://github.com/vihar-s1/Desktop-Assistant/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- label: I want to work on solving the bug ! |
This file contains 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,8 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Matrix Communication Space | ||
url: https://matrix.to/#/#desktop-assistant-github-project:matrix.org | ||
about: Join this Space to have discussions with other developers contributing | ||
- name: Discussion Page | ||
url: https://github.com/vihar-s1/Desktop-Assistant/discussions | ||
about: Github Discussion Page for the Repository |
This file contains 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,47 @@ | ||
name: Documentation Issue📋 | ||
description: Improvements or addition to documentations | ||
title: "[DOC]: " | ||
labels: ["documentation"] | ||
# projects: [] | ||
# assignees: ["vihar-s1"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
A good documentation is always helpful for first time users to begin with the project or users returing after a break! | ||
Help us maintain a good standard of documentation for the project. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Suggestions | ||
description: | | ||
Tell us about the issues or improvements you think are required ! | ||
Use Screenshots where necessary to assist explanation. | ||
placeholder: Tell us what you imagined! | ||
validations: | ||
required: true | ||
|
||
- type: dropdown | ||
id: suggestion-type | ||
attributes: | ||
label: Type of Suggestion | ||
description: Is this suggestion a documentation bug or addition? | ||
options: | ||
- New Information | ||
- Documentation Bug | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Check-List | ||
description: Please make sure to check the following milestones before submitting the bug report! | ||
options: | ||
- label: I have checked that a similar kind of feature request does not already exist! | ||
required: true | ||
- label: I have read the [Contributing Guidelines](https://github.com/vihar-s1/Desktop-Assistant/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- label: I want to work on this documentation update ! |
This file was deleted.
Oops, something went wrong.
This file contains 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,46 @@ | ||
name: Feature Request✨ | ||
description: Request a new feature or enhancement | ||
title: "[FEAT]: " | ||
labels: ["enhancement"] | ||
# projects: [] | ||
# assignees: ["vihar-s1"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thank you for helping us improve the project with additional features and improvements! | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Feature Idea | ||
description: | | ||
Tell us about this new feature you thought of ! | ||
Use Screenshots where necessary to assist explanation. | ||
placeholder: Tell us what you imagined! | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: solution | ||
attributes: | ||
label: Solution Approach | ||
description: Please tell us about any approach you have thought of about the feature ! | ||
|
||
- type: textarea | ||
id: additional-info | ||
attributes: | ||
label: Additional Information | ||
description: Any additional Information You would like to give about this feature, | ||
|
||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Check-List | ||
description: Please make sure to check the following milestones before submitting the bug report! | ||
options: | ||
- label: I have checked that a similar kind of feature request does not already exist! | ||
required: true | ||
- label: I have read the [Contributing Guidelines](https://github.com/vihar-s1/Desktop-Assistant/blob/main/CONTRIBUTING.md) | ||
required: true | ||
- label: I want to work on this feature-request ! (Solution Approach Required) |
This file contains 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
This file contains 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