3034709df0
* Improve GitHub templates The existing templates are basically a copy for each type of issue (bug, feature, doc) whereas we can make the template more specific to the task at hand. This PR includes: - More specific sections depending on the type of issue - More concise and direct instructions (NO NEED FOR FRUSTRATION CAPS!) - Single-line comments (no need to guide people to avoid wrong edits) - Improved paste area - Better headings/titles - No 'Summary' title for PRs (so commit information is placed correctly) This PR would require some improvements to Ansibot. * Remove controversial Ansibot stuff Make it easier to get the first batch merged. * Restore ISSUE_TEMPLATE.md * Incorporate reviewer suggestions * Make OS / ENVIRONMENT doc-related * Rephrase Ansibot-related message
25 lines
724 B
Markdown
25 lines
724 B
Markdown
---
|
|
name: ✨ Feature request
|
|
about: Suggest an idea for this project
|
|
---
|
|
<!--- Verify first that your feature was not already discussed on GitHub -->
|
|
<!--- Complete *all* sections as described, this form is processed automatically -->
|
|
|
|
##### SUMMARY
|
|
<!--- Describe the new feature/improvement briefly below -->
|
|
|
|
##### ISSUE TYPE
|
|
- Feature Idea
|
|
|
|
##### COMPONENT NAME
|
|
<!--- Write the short name of the new feature, module, plugin or task below -->
|
|
|
|
##### ADDITIONAL INFORMATION
|
|
<!--- Describe how the feature would be used, why it is needed and what it would solve -->
|
|
|
|
<!--- Paste example playbooks or commands between quotes below -->
|
|
```yaml
|
|
|
|
```
|
|
|
|
<!--- HINT: You can also paste gist.github.com links for larger files -->
|