diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index e865570..f687752 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,11 @@ --- name: Bug Report -about: Report a bug found in ngx-progressbar ---- +about: Report a bug found +title: '' +labels: '' +assignees: '' +--- #### Reproduction @@ -28,4 +31,4 @@ What behavior did you actually see? - Angular: - ngx-progressbar: - Browser(s): -- Operating System (e.g. Windows, macOS, Ubuntu): +- Operating System (e.g. Windows, macOS, Ubuntu): diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md index 335bf08..c146c31 100644 --- a/.github/ISSUE_TEMPLATE/docs.md +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -1,12 +1,14 @@ --- name: Documentation -about: Suggest an improvement to our documentation at https://github.com/MurhafSousli/ngx-progressbar/wiki -labels: docs +about: Suggest an improvement to our documentation +title: '' +labels: '' +assignees: '' + --- #### Documentation Feedback -Provide a brief summary of what you would like to see changed in our -documentation at https://github.com/MurhafSousli/ngx-progressbar/wiki. +Provide a brief summary of what you would like to see changed in our documentation. Feel free to provide any suggestions of content or examples you’d like us to include. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 73bfbe1..8a1561c 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,9 +1,12 @@ --- name: Feature -about: Propose a new feature for ngx-progressbar +about: Propose a new feature +title: '' labels: feature +assignees: '' + --- - + #### Feature Description Provide a brief summary of the feature you would like to see. diff --git a/.github/ISSUE_TEMPLATE/troubleshooting.md b/.github/ISSUE_TEMPLATE/troubleshooting.md deleted file mode 100644 index f75e294..0000000 --- a/.github/ISSUE_TEMPLATE/troubleshooting.md +++ /dev/null @@ -1,44 +0,0 @@ ---- -name: Troubleshooting -about: Request for help on an issue you are facing with ngx-progressbar -labels: troubleshooting ---- - - - - -#### What are you trying to do? - -What are you trying to do? - -#### What troubleshooting steps have you tried? - -What are you seeing that does not match your expectations? - -#### Reproduction - -We can only help if we can reproduce the problem ourselves. - -Use StackBlitz to demonstrate what you are trying to do: https://stackblitz.com/edit/ngx-progressbar - -Steps to reproduce: -1. -2. - -#### Environment - -- Angular: -- ngx-scrollbar: -- Browser(s): -- Operating System (e.g. Windows, macOS, Ubuntu):