Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub ISSUE and PULL_REQUEST templates #14547

Merged
merged 4 commits into from
Feb 18, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
49 changes: 49 additions & 0 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
##### Issue Type:

Please pick one and delete the rest:
- Bug Report
- Feature Idea
- Documentation Report

##### Ansible Version:

```
(Paste verbatim output from “ansible --version” here)
```

##### Ansible Configuration:

Please mention any settings you've changed/added/removed in ansible.cfg
(or using the ANSIBLE_* environment variables).

##### Environment:

Please mention the OS you are running Ansible from, and the OS you are
managing, or say “N/A” for anything that isn't platform-specific.

##### Summary:

Please explain the problem briefly.

##### Steps To Reproduce:

For bugs, please show exactly how to reproduce the problem. For new
features, show how the feature would be used.

```
(Paste example playbooks or commands here)
```

You can also paste gist.github.com links for larger files.

##### Expected Results:

What did you expect to happen when running the steps above?

##### Actual Results:

What actually happened?

```
(Paste verbatim command output here)
```
27 changes: 27 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
##### Issue Type:

Please pick one and delete the rest:
- Feature Pull Request
- New Module Pull Request
- Bugfix Pull Request
- Docs Pull Request

##### Ansible Version:

```
(Paste verbatim output from “ansible --version” here)
```

##### Summary:

Please describe the change and the reason for it.

(If you're fixing an existing issue, please include "Fixes #nnn" in your
commit message and your description; but you should still explain what
the change does.)

##### Example output:

```
(Paste verbatim command output here if necessary)
```
39 changes: 0 additions & 39 deletions issue_template.md

This file was deleted.