diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 0000000..b5a31bf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -0,0 +1,54 @@ +name: Bug +description: Submit a bug report to help us improve +labels: + - bug +body: + - type: markdown + attributes: + value: | + * Before you file an issue read the Contribution guidelines. + * Check to make sure someone hasn't already opened a similar [issue](https://github.com/avinal/xeus-basic/issues). + + - type: textarea + attributes: + label: What is the problem + description: Include links to articles where you're seeing a problem, screenshots, what browser you're using, etc. + validations: + required: true + + - type: textarea + attributes: + label: How to reproduce + description: Describe the bug and list the steps you used when the issue occurred. + validations: + required: true + + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + + - type: textarea + attributes: + label: Versions + description: Last commit id on master, Operating System + validations: + required: true + + - type: textarea + attributes: + label: Logs + description: Any logs generated in + validations: + required: false + + - type: checkboxes + attributes: + label: assignees + description: Do you want to work on this issue? + options: + - label: Yes, I'd like to work + required: false + diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml new file mode 100644 index 0000000..856f7a4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -0,0 +1,46 @@ +name: Documentation Improvement +description: Your suggestions for improving the xeus-basic Documentation. +labels: + - documentation +body: + - type: markdown + attributes: + value: | + * Before you file an issue read the Contributing guide. + * Check to make sure someone hasn't already opened a similar [issue](https://github.com/avinal/xeus-basic/issues). + + - type: textarea + attributes: + label: Description + description: A brief description of the Documentation Improvement or New Section request. + validations: + required: true + + - type: textarea + attributes: + label: Link to Documentation Page + description: Where the confusion/inconsistency/incomplete documentation is. + validations: + required: true + + - type: textarea + attributes: + label: Screenshots + description: If applicable, add screenshots to help explain your problem. + validations: + required: false + + - type: textarea + attributes: + label: Versions + description: Last commit id on master + validations: + required: true + + - type: checkboxes + attributes: + label: assignees + description: Do you want to work on this issue? + options: + - label: Yes, I'd like to work + required: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml new file mode 100644 index 0000000..36e0d5f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -0,0 +1,47 @@ +name: Feature +description: Suggest an idea for xeus-basic project +labels: + - enhancement +body: + - type: markdown + attributes: + value: | + * Before you file an issue read the Contributing guide. + * Check to make sure someone hasn't already opened a similar [issue](https://github.com/avinal/xeus-basic/issues). + + - type: textarea + attributes: + label: Description + description: Please describe your feature briefly here. + validations: + required: true + + - type: textarea + attributes: + label: Improvement + description: How this Feature will help this project + validations: + required: true + + + - type: textarea + attributes: + label: Solution + description: Possible Solution/Implementation Details + validations: + required: false + + - type: textarea + attributes: + label: Versions + description: Last commit id on master + validations: + required: true + + - type: checkboxes + attributes: + label: assignees + description: Do you want to work on this issue? + options: + - label: Yes, I'd like to work + required: false \ No newline at end of file