diff --git a/.github/ISSUE_TEMPLATE/1_help-report.md b/.github/ISSUE_TEMPLATE/1_help-report.md deleted file mode 100644 index f2ab494d..00000000 --- a/.github/ISSUE_TEMPLATE/1_help-report.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -name: Help report -about: Choose this option if you need help. Create a report with blank fields to fill in later. -labels: Help -assignees: '' - ---- - - - -### Description of the issue: - -### Steps to reproduce: - -### Expected behavior: - -### Actual behavior: - -### Screenshots (if applicable): - -### Additional context: - - - \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_bug-report.md b/.github/ISSUE_TEMPLATE/2_bug-report.md deleted file mode 100644 index 222f16c1..00000000 --- a/.github/ISSUE_TEMPLATE/2_bug-report.md +++ /dev/null @@ -1,32 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve. -labels: Bug -assignees: '' - ---- - -### Describe the bug - - -### To Reproduce -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -### Expected behavior - - -### Screenshots - - -### Desktop - -- **OS:** [e.g. Windows 10 22H2] -- **Build:** [e.g. 19045.2846] -- **Stella version:** [e.g. v7.0.0.0] - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/3_question.md b/.github/ISSUE_TEMPLATE/3_question.md deleted file mode 100644 index e6726ba3..00000000 --- a/.github/ISSUE_TEMPLATE/3_question.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Question -about: Create a new question. -labels: Question -assignees: '' - ---- - - - -### Please describe your question in detail. - - -### Background - - -### What have you tried? - - -### Additional context - diff --git a/.github/ISSUE_TEMPLATE/4_feature.request.md b/.github/ISSUE_TEMPLATE/4_feature.request.md deleted file mode 100644 index 24e334b8..00000000 --- a/.github/ISSUE_TEMPLATE/4_feature.request.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Feature request -about: Suggest an idea or improvement for this project. -labels: Enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. - - -### Describe the solution you'd like - - -### Describe alternatives you've considered - - -### Additional context - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0651bab8..2faa1a93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,12 +7,12 @@ updates: interval: "weekly" labels: - "dependencies" - open-pull-requests-limit: 7 + open-pull-requests-limit: 4 - package-ecosystem: "nuget" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 8 + open-pull-requests-limit: 5 labels: - "dependencies" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 751235a5..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,23 +0,0 @@ -## 📥 Description - - - -## ⚙️ Type of change - - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation update - -## 📝 Checklist - - -- [ ] I have updated the documentation accordingly. -- [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. -- [ ] My code follows the code style of this project. -- [ ] I have checked that this pull request does not introduce any new warnings or errors. \ No newline at end of file diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index b73e8fec..7edcc863 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,5 +1,3 @@ ---- - name: Auto Assign on: