.github: adapt project documentations to Github Discussions
25
.github/CONTRIBUTING.md
vendored
@@ -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 |      | #BFD4F2 |
|
||||
| Problems |   | #EE3F46 |
|
||||
| Severity |  | #B60205 |
|
||||
| Type |     | #FFC274 |
|
||||
| Feedback |   | #CC317C |
|
||||
| Improvements |    | #5EBEFF |
|
||||
| Help |  | #76C3A9 |
|
||||
| Additions |  | #90C954 |
|
||||
| Pending |      | #FBCA04 |
|
||||
| Inactive |      | #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
|
||||
|
||||
16
.github/ISSUE_TEMPLATE/02_feature_request.md
vendored
@@ -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
|
||||
|
||||
<!--- Provide a general summary of the feature in the Title above -->
|
||||
|
||||
## Idea of implementation
|
||||
|
||||
<!--- Suggest ideas how to implement the addition or change -->
|
||||
@@ -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.
|
||||
8
.github/ISSUE_TEMPLATE/05_question.md
vendored
@@ -1,8 +0,0 @@
|
||||
---
|
||||
name: '❓ Question'
|
||||
about: 'Ask your questions here'
|
||||
---
|
||||
|
||||
Type: Question
|
||||
|
||||
## Question
|
||||
8
.github/ISSUE_TEMPLATE/06_discussion.md
vendored
@@ -1,8 +0,0 @@
|
||||
---
|
||||
name: '🎙️ Discussion'
|
||||
about: 'Start a discussion here'
|
||||
---
|
||||
|
||||
Type: Discussion
|
||||
|
||||
## Discussion
|
||||
6
.github/ISSUE_TEMPLATE/07_support.md
vendored
@@ -1,6 +0,0 @@
|
||||
---
|
||||
name: '🆘 Support'
|
||||
about: 'Ask for help on Discord'
|
||||
---
|
||||
|
||||
If you need support, ask on Discord https://discord.gg/Z7yR5Uf
|
||||
14
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -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
|
||||
29
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -6,22 +6,11 @@
|
||||
|
||||
## Related Issue
|
||||
|
||||
<!--- This project only accepts pull requests related to open issues -->
|
||||
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
|
||||
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
|
||||
<!--- Please link to the issue here: -->
|
||||
<!--- Optional -->
|
||||
|
||||
## Motivation and Context
|
||||
## Screenshots
|
||||
|
||||
<!--- Why is this change required? What problem does it solve? -->
|
||||
|
||||
## How Has This Been Tested?
|
||||
|
||||
<!--- Please describe in detail how you tested your changes. -->
|
||||
<!--- Include details of your testing environment, and the tests you ran to -->
|
||||
<!--- see how your change affects other areas of the code, etc. -->
|
||||
|
||||
## Screenshots (if appropriate):
|
||||
<!--- Optional -->
|
||||
|
||||
## 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:
|
||||
|
||||
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
|
||||
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
|
||||
|
||||
- [ ] 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.
|
||||
|
||||
BIN
.github/labels/bsd.png
vendored
|
Before Width: | Height: | Size: 946 B |
BIN
.github/labels/bug.png
vendored
|
Before Width: | Height: | Size: 856 B |
BIN
.github/labels/can't reproduce.png
vendored
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
.github/labels/code.png
vendored
|
Before Width: | Height: | Size: 1.0 KiB |
BIN
.github/labels/critical.png
vendored
|
Before Width: | Height: | Size: 972 B |
BIN
.github/labels/design.png
vendored
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
.github/labels/discussion.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/docker.png
vendored
|
Before Width: | Height: | Size: 996 B |
BIN
.github/labels/documentation.png
vendored
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
.github/labels/duplicate.png
vendored
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
.github/labels/enhancement.png
vendored
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
.github/labels/feature.png
vendored
|
Before Width: | Height: | Size: 1.1 KiB |
BIN
.github/labels/help wanted.png
vendored
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
.github/labels/in progress.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/invalid.png
vendored
|
Before Width: | Height: | Size: 999 B |
16
.github/labels/labels.md
vendored
@@ -1,16 +0,0 @@
|
||||
# Labels
|
||||
|
||||
| Category | Label(s) | Color(s) |
|
||||
| ------------ | ------------------------------------------------------------------------------------------------------------------------------ | -------- |
|
||||
| Platform |      | #BFD4F2 |
|
||||
| Problems |   | #EE3F46 |
|
||||
| Severity |  | #B60205 |
|
||||
| Type |     | #FFC274 |
|
||||
| Feedback |   | #CC317C |
|
||||
| Improvements |    | #5EBEFF |
|
||||
| Help |  | #76C3A9 |
|
||||
| Additions |  | #90C954 |
|
||||
| Pending |      | #FBCA04 |
|
||||
| Inactive |      | #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
|
||||
BIN
.github/labels/linux.png
vendored
|
Before Width: | Height: | Size: 826 B |
BIN
.github/labels/macOS.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/more info needed.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/not a bug.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/on hold.png
vendored
|
Before Width: | Height: | Size: 964 B |
BIN
.github/labels/optimization.png
vendored
|
Before Width: | Height: | Size: 1.4 KiB |
BIN
.github/labels/performance.png
vendored
|
Before Width: | Height: | Size: 1.6 KiB |
BIN
.github/labels/question.png
vendored
|
Before Width: | Height: | Size: 1.3 KiB |
BIN
.github/labels/security.png
vendored
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
.github/labels/test.png
vendored
|
Before Width: | Height: | Size: 913 B |
BIN
.github/labels/waiting feedback.png
vendored
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
.github/labels/watchlist.png
vendored
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
.github/labels/windows.png
vendored
|
Before Width: | Height: | Size: 1.2 KiB |
BIN
.github/labels/wontfix.png
vendored
|
Before Width: | Height: | Size: 1.2 KiB |