summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Try to avoid module-related tickets in the core Ansible project (#17047)Dag Wieers2016-08-111-2/+11
| | | | | | | | | | | | | | | | | | * Try to avoid module-related tickets in the core Ansible project Since most users still report module-related problems in the Ansible core GitHub project, I added a warning at the top of the template. Maybe it could help if the various projects would have more specific names ? - ansible/ansible -> ansible/main (or something even better ?) - ansible/ansible-modules-core -> ansible/modules-core - ansible/ansible-modules-extras -> ansible/modules-extras I am sure someone can come up with perfect names ;-) * Remove 'module' from the component options I would prefer to again note that modules should go elsewhere, but don't want to bloat the text too much.
* Add Component Name to the issue and pr templates (#17019)jctanner2016-08-092-0/+5
|
* Move comments out of code-blocks (#15961)Dag Wieers2016-05-232-6/+11
| | | | In hindsight, I think it is better to have empty code-blocks then comment placeholders when people don't replace those sections.
* One more improvementDag Wieers2016-03-231-3/+3
|
* Various improvements to issue/pull-request templatesDag Wieers2016-03-232-32/+22
| | | | | | | - Instruct to verify if an issue/request already exists - Use uppercase for titles (easier to parse as titles) - Remove empty lines where it makes sense (instructions) - Ensure that commit-message appears directly under summary (pull-requests)
* Move the Github issue and pull-request templates to .githubDag Wieers2016-03-102-0/+84
In essence, most people do not need to use the templates directly, getting them out of the way increases the signal-to-noise ratio of the root directory. Direct people to what they are looking for.