Update issue templates (#12)

This commit is contained in:
Sascha Ronnie Daoudia 2023-09-26 23:31:08 +02:00 committed by GitHub
parent bf837a9de4
commit a313bf1014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 4 deletions

View file

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a bug report about: Create a bug report
title: '' title: ''
labels: bug, needs triage labels: bug
assignees: '' assignees: ''
--- ---
@ -35,4 +35,4 @@ A description with steps to reproduce the issue. If your have a public example o
A description of what you expected to happen. A description of what you expected to happen.
**Actual behavior:** **Actual behavior:**
A description of what is actually happening. A description of what is actually happening.

10
.github/ISSUE_TEMPLATE/custom.md vendored Normal file
View file

@ -0,0 +1,10 @@
---
name: Custom issue template
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---

View file

@ -2,9 +2,11 @@
name: Feature request name: Feature request
about: Suggest an idea for this project about: Suggest an idea for this project
title: '' title: ''
labels: feature request, needs triage labels: ''
assignees: '' assignees: ''
--- ---
<!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 ---> <!--- Please direct any generic questions related to actions to our support community forum at https://github.community/c/code-to-cloud/github-actions/41 --->
<!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests --> <!--- Before opening up a new feature request, please make sure to check for similar existing issues and pull requests -->
@ -15,4 +17,4 @@ Describe your proposal.
Justification or a use case for your proposal. Justification or a use case for your proposal.
**Are you willing to submit a PR?** **Are you willing to submit a PR?**
<!--- We accept contributions! --> <!--- We accept contributions! -->