diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 5e7c7b6d7..000000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -open_collective: webpack diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 93787ac4c..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,16 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md deleted file mode 100644 index c2fadf6d4..000000000 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -name: 🐛 Bug Report -about: Something went awry and you'd like to tell us about it. ---- - - - - -### Bug report - - - - - - -### Actual Behavior - - - -### Expected Behavior - - - - -### How Do We Reproduce? - - - - - - - - -### Please paste the results of `npx webpack-cli info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/DOCS.md b/.github/ISSUE_TEMPLATE/DOCS.md deleted file mode 100644 index a94c0c958..000000000 --- a/.github/ISSUE_TEMPLATE/DOCS.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: 📚 Documentation -about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here. ---- - - - - -Documentation Is: - - - -- [ ] Missing -- [ ] Needed -- [ ] Confusing -- [ ] Not Sure? - -### Please Explain in Detail... - - - - - - -### Your Proposal for Changes diff --git a/.github/ISSUE_TEMPLATE/FEATURE.md b/.github/ISSUE_TEMPLATE/FEATURE.md deleted file mode 100644 index 288ba0580..000000000 --- a/.github/ISSUE_TEMPLATE/FEATURE.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: ✨ Feature Request -about: Suggest an idea for this project ---- - - - - -### Feature Proposal - - - - - - -### Feature Use Case - -### Please paste the results of `npx webpack-cli info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/MODIFICATION.md b/.github/ISSUE_TEMPLATE/MODIFICATION.md deleted file mode 100644 index f8d6eee8a..000000000 --- a/.github/ISSUE_TEMPLATE/MODIFICATION.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 🔧 Modification Request -about: Would you like something work differently? Have an alternative approach? This is the template for you. ---- - - - - -### Modification Proposal - - - - - - -### Expected Behavior / Situation - -### Actual Behavior / Situation - -### Please paste the results of `npx webpack-cli info` here, and mention other relevant information diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md deleted file mode 100644 index d0ba299c7..000000000 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -name: 🆘 Support, Help, and Advice -about: 👉🏽 Need support, help, or advice? Don't open an issue! Head to https://github.com/webpack/webpack/discussions or StackOverflow. ---- - -Hey there! If you need support, help, or advice then this is not the place to ask. -Please visit [Discussions](https://github.com/webpack/webpack/discussions) or [StackOverflow](https://stackoverflow.com/questions/tagged/webpack) instead. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 4205a7f64..000000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,36 +0,0 @@ - - -This PR contains a: - -- [ ] **bugfix** -- [ ] new **feature** -- [ ] **code refactor** -- [ ] **test update** -- [ ] **documentation update** -- [ ] **typo fix** -- [ ] **metadata update** - -### Motivation / Use-Case - - - -### Breaking Changes - - - -### Additional Info