diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 9240abfb..fd6c02a1 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,10 +1,6 @@ # Contributing We love contributions from everyone. -By participating in this project, -you agree to abide by the thoughtbot [code of conduct]. - -[code of conduct]: https://thoughtbot.com/open-source-code-of-conduct # Issue @@ -13,24 +9,3 @@ See [ISSUE_TEMPLATE](ISSUE_TEMPLATE). # Pull request See [PULL_REQUEST_TEMPLATE.md](PULL_REQUEST_TEMPLATE.md). - -# Code quality - -- Be sure to use 2 spaces instead of tabulations. - -# Labels - -| Category | Label(s) | Color(s) | -| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | -| Platform | ![](labels/bsd.png) ![](labels/docker.png) ![](labels/linux.png) ![](labels/macOS.png) ![](labels/windows.png) | #BFD4F2 | -| Problems | ![](labels/bug.png) ![](labels/security.png) | #EE3F46 | -| Severity | ![](labels/critical.png) | #B60205 | -| Type | ![](labels/code.png) ![](labels/design.png) ![](labels/documentation.png) ![](labels/test.png) | #FFC274 | -| Feedback | ![](labels/discussion.png) ![](labels/question.png) | #CC317C | -| Improvements | ![](labels/enhancement.png) ![](labels/optimization.png) ![](labels/performance.png) | #5EBEFF | -| Help | ![](labels/help%20wanted.png) | #76C3A9 | -| Additions | ![](labels/feature.png) | #90C954 | -| Pending | ![](labels/can't%20reproduce.png) ![](labels/in%20progress.png) ![](labels/more%20info%20needed.png) ![](labels/waiting%20feedback.png) ![](labels/watchlist.png) | #FBCA04 | -| Inactive | ![](labels/duplicate.png) ![](labels/invalid.png) ![](labels/not%20a%20bug.png) ![](labels/on%20hold.png) ![](labels/wontfix.png) | #D2DAE1 | - -**Note (if there is a need to add labels)**: in order to take a sharp screenshot of labels with Firefox: Right click the label => Inspect element => Right click the element on the inspector => Screenshot Node diff --git a/.github/ISSUE_TEMPLATE/04_documentation_issue.md b/.github/ISSUE_TEMPLATE/02_documentation_issue.md similarity index 100% rename from .github/ISSUE_TEMPLATE/04_documentation_issue.md rename to .github/ISSUE_TEMPLATE/02_documentation_issue.md diff --git a/.github/ISSUE_TEMPLATE/02_feature_request.md b/.github/ISSUE_TEMPLATE/02_feature_request.md deleted file mode 100644 index b363754f..00000000 --- a/.github/ISSUE_TEMPLATE/02_feature_request.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -name: '💡 Feature Request' -about: 'Suggest an idea for this project' ---- - -Type: Feature Request - -- [ ] If you want to contribute to the project please review the [contributing guidelines](https://github.com/jesec/flood/blob/master/.github/CONTRIBUTING.md). - -## Summary - - - -## Idea of implementation - - diff --git a/.github/ISSUE_TEMPLATE/03_security_vulnerability.md b/.github/ISSUE_TEMPLATE/03_security_vulnerability.md deleted file mode 100644 index e312bb06..00000000 --- a/.github/ISSUE_TEMPLATE/03_security_vulnerability.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: '🔒 Security Vulnerability' -about: 'Report a security vulnerability in flood' ---- - -PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW. - -If you discover a security vulnerability within flood, please send an e-mail to @jesec. diff --git a/.github/ISSUE_TEMPLATE/05_question.md b/.github/ISSUE_TEMPLATE/05_question.md deleted file mode 100644 index 2a1ea39c..00000000 --- a/.github/ISSUE_TEMPLATE/05_question.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: '❓ Question' -about: 'Ask your questions here' ---- - -Type: Question - -## Question diff --git a/.github/ISSUE_TEMPLATE/06_discussion.md b/.github/ISSUE_TEMPLATE/06_discussion.md deleted file mode 100644 index 3f5957fb..00000000 --- a/.github/ISSUE_TEMPLATE/06_discussion.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -name: '🎙️ Discussion' -about: 'Start a discussion here' ---- - -Type: Discussion - -## Discussion diff --git a/.github/ISSUE_TEMPLATE/07_support.md b/.github/ISSUE_TEMPLATE/07_support.md deleted file mode 100644 index 0e730f76..00000000 --- a/.github/ISSUE_TEMPLATE/07_support.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -name: '🆘 Support' -about: 'Ask for help on Discord' ---- - -If you need support, ask on Discord https://discord.gg/Z7yR5Uf diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..78c77772 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,14 @@ +blank_issues_enabled: true +contact_links: + - name: 💡 Feature Request + url: https://github.com/jesec/flood/discussions/new + about: Share ideas for new features + - name: ❓ Question + url: https://github.com/jesec/flood/discussions/new + about: General questions + - name: 🎙️ Discussion + url: https://github.com/jesec/flood/discussions/new + about: Start a discussion here + - name: 🆘 Support + url: https://discord.gg/Z7yR5Uf + about: Join Discord for real-time support diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index de24bc4f..3f9055e0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,22 +6,11 @@ ## Related Issue - - - - + -## Motivation and Context +## Screenshots - - -## How Has This Been Tested? - - - - - -## Screenshots (if appropriate): + ## Types of changes @@ -30,15 +19,3 @@ - [ ] 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 change) - -## Checklist: - - - - -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have read the **CONTRIBUTING** document. -- [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. diff --git a/.github/labels/bsd.png b/.github/labels/bsd.png deleted file mode 100644 index 67e4c317..00000000 Binary files a/.github/labels/bsd.png and /dev/null differ diff --git a/.github/labels/bug.png b/.github/labels/bug.png deleted file mode 100644 index 649966fe..00000000 Binary files a/.github/labels/bug.png and /dev/null differ diff --git a/.github/labels/can't reproduce.png b/.github/labels/can't reproduce.png deleted file mode 100644 index bc78a2e2..00000000 Binary files a/.github/labels/can't reproduce.png and /dev/null differ diff --git a/.github/labels/code.png b/.github/labels/code.png deleted file mode 100644 index 954436ea..00000000 Binary files a/.github/labels/code.png and /dev/null differ diff --git a/.github/labels/critical.png b/.github/labels/critical.png deleted file mode 100644 index f66d5a5b..00000000 Binary files a/.github/labels/critical.png and /dev/null differ diff --git a/.github/labels/design.png b/.github/labels/design.png deleted file mode 100644 index 8435f1b4..00000000 Binary files a/.github/labels/design.png and /dev/null differ diff --git a/.github/labels/discussion.png b/.github/labels/discussion.png deleted file mode 100644 index 92013599..00000000 Binary files a/.github/labels/discussion.png and /dev/null differ diff --git a/.github/labels/docker.png b/.github/labels/docker.png deleted file mode 100644 index 31b006f9..00000000 Binary files a/.github/labels/docker.png and /dev/null differ diff --git a/.github/labels/documentation.png b/.github/labels/documentation.png deleted file mode 100644 index 146b7fc6..00000000 Binary files a/.github/labels/documentation.png and /dev/null differ diff --git a/.github/labels/duplicate.png b/.github/labels/duplicate.png deleted file mode 100644 index accea497..00000000 Binary files a/.github/labels/duplicate.png and /dev/null differ diff --git a/.github/labels/enhancement.png b/.github/labels/enhancement.png deleted file mode 100644 index 78f452f5..00000000 Binary files a/.github/labels/enhancement.png and /dev/null differ diff --git a/.github/labels/feature.png b/.github/labels/feature.png deleted file mode 100644 index 86eff7b9..00000000 Binary files a/.github/labels/feature.png and /dev/null differ diff --git a/.github/labels/help wanted.png b/.github/labels/help wanted.png deleted file mode 100644 index efc2c3f4..00000000 Binary files a/.github/labels/help wanted.png and /dev/null differ diff --git a/.github/labels/in progress.png b/.github/labels/in progress.png deleted file mode 100644 index 671ff88c..00000000 Binary files a/.github/labels/in progress.png and /dev/null differ diff --git a/.github/labels/invalid.png b/.github/labels/invalid.png deleted file mode 100644 index 3f196b63..00000000 Binary files a/.github/labels/invalid.png and /dev/null differ diff --git a/.github/labels/labels.md b/.github/labels/labels.md deleted file mode 100644 index 105fcd69..00000000 --- a/.github/labels/labels.md +++ /dev/null @@ -1,16 +0,0 @@ -# Labels - -| Category | Label(s) | Color(s) | -| ------------ | ------------------------------------------------------------------------------------------------------------------------------ | -------- | -| Platform | ![](bsd.png) ![](docker.png) ![](linux.png) ![](macOS.png) ![](windows.png) | #BFD4F2 | -| Problems | ![](bug.png) ![](security.png) | #EE3F46 | -| Severity | ![](critical.png) | #B60205 | -| Type | ![](code.png) ![](design.png) ![](documentation.png) ![](test.png) | #FFC274 | -| Feedback | ![](discussion.png) ![](question.png) | #CC317C | -| Improvements | ![](enhancement.png) ![](optimization.png) ![](performance.png) | #5EBEFF | -| Help | ![](help%20wanted.png) | #76C3A9 | -| Additions | ![](feature.png) | #90C954 | -| Pending | ![](can't%20reproduce.png) ![](in%20progress.png) ![](more%20info%20needed.png) ![](waiting%20feedback.png) ![](watchlist.png) | #FBCA04 | -| Inactive | ![](duplicate.png) ![](invalid.png) ![](not%20a%20bug.png) ![](on%20hold.png) ![](wontfix.png) | #D2DAE1 | - -Note: in order to take a sharp screenshot of labels with Firefox: Right click the label => Inspect element => Right click the element on the inspector => Screenshot Node diff --git a/.github/labels/linux.png b/.github/labels/linux.png deleted file mode 100644 index 06134c62..00000000 Binary files a/.github/labels/linux.png and /dev/null differ diff --git a/.github/labels/macOS.png b/.github/labels/macOS.png deleted file mode 100644 index b66b3a0e..00000000 Binary files a/.github/labels/macOS.png and /dev/null differ diff --git a/.github/labels/more info needed.png b/.github/labels/more info needed.png deleted file mode 100644 index 8c1cd346..00000000 Binary files a/.github/labels/more info needed.png and /dev/null differ diff --git a/.github/labels/not a bug.png b/.github/labels/not a bug.png deleted file mode 100644 index cfaa2270..00000000 Binary files a/.github/labels/not a bug.png and /dev/null differ diff --git a/.github/labels/on hold.png b/.github/labels/on hold.png deleted file mode 100644 index 597178e9..00000000 Binary files a/.github/labels/on hold.png and /dev/null differ diff --git a/.github/labels/optimization.png b/.github/labels/optimization.png deleted file mode 100644 index ce6ba240..00000000 Binary files a/.github/labels/optimization.png and /dev/null differ diff --git a/.github/labels/performance.png b/.github/labels/performance.png deleted file mode 100644 index 83d045e3..00000000 Binary files a/.github/labels/performance.png and /dev/null differ diff --git a/.github/labels/question.png b/.github/labels/question.png deleted file mode 100644 index d2d00830..00000000 Binary files a/.github/labels/question.png and /dev/null differ diff --git a/.github/labels/security.png b/.github/labels/security.png deleted file mode 100644 index fb89937c..00000000 Binary files a/.github/labels/security.png and /dev/null differ diff --git a/.github/labels/test.png b/.github/labels/test.png deleted file mode 100644 index eee8d01f..00000000 Binary files a/.github/labels/test.png and /dev/null differ diff --git a/.github/labels/waiting feedback.png b/.github/labels/waiting feedback.png deleted file mode 100644 index b483b4f0..00000000 Binary files a/.github/labels/waiting feedback.png and /dev/null differ diff --git a/.github/labels/watchlist.png b/.github/labels/watchlist.png deleted file mode 100644 index 107504f4..00000000 Binary files a/.github/labels/watchlist.png and /dev/null differ diff --git a/.github/labels/windows.png b/.github/labels/windows.png deleted file mode 100644 index 756cb66e..00000000 Binary files a/.github/labels/windows.png and /dev/null differ diff --git a/.github/labels/wontfix.png b/.github/labels/wontfix.png deleted file mode 100644 index 6ead67f4..00000000 Binary files a/.github/labels/wontfix.png and /dev/null differ