Skip to content

Commit

Permalink
github: Added issue and pull request templates
Browse files Browse the repository at this point in the history
This adds issue and pull request templates so the user will be asked for
general information, such as Ceph version, OS, kernel, to help make it
faster to debug issues and/or see if something is missing in a PR (e.g.
documentation updates).
The pull request template gives the user a checklist for certain points
that need to be kept in mind.

Signed-off-by: Alexander Trost <galexrt@googlemail.com>
  • Loading branch information
galexrt authored and BlaineEXE committed Jun 5, 2018
1 parent a8d20ed commit 40dfb3f
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE.md
@@ -0,0 +1,33 @@
<!-- **Are you in the right place?**
1. For issues or feature requests, please create an issue in this repository.
2. Did you already search the existing open issues for anything similar? -->

Is this a bug report or feature request?
<!-- Remove only one -->
* Bug Report
* Feature Request

**Bug Report**

What happened:

What you expected to happen:

How to reproduce it (minimal and precise):
<!-- Please let us know any circumstances for reproduction of your bug. -->

**Feature Request**

Are there any similar features already existing:

What should the feature do:

What would be solved through this feature:

Does this have an impact on existing features:

**Environment**:
* OS (e.g. from /etc/os-release):
* Kernel (e.g. `uname -a`):
* Docker version (e.g. `docker version`):
* Ceph version (e.g. `ceph -v`):
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,25 @@
---
name: Bug report
about: Create a report to help us improve
---
<!-- **Are you in the right place?**
1. For issues or feature requests, please create an issue in this repository.
2. Did you already search the existing open issues for anything similar? -->

Is this a bug report or feature request?
* Bug Report

**Bug Report**

What happened:

What you expected to happen:

How to reproduce it (minimal and precise):
<!-- Please let us know any circumstances for reproduction of your bug. -->

**Environment**:
* OS (e.g. from /etc/os-release):
* Kernel (e.g. `uname -a`):
* Docker version (e.g. `docker version`):
* Ceph version (e.g. `ceph -v`):
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,26 @@
---
name: Feature request
about: Suggest an idea/feature for this project
---
<!-- **Are you in the right place?**
1. For issues or feature requests, please create an issue in this repository.
2. Did you already search the existing open issues for anything similar? -->

Is this a bug report or feature request?
* Feature Request

**Feature Request**

Are there any similar features already existing:

What should the feature do:

What would be solved through this feature:

Does this have an impact on existing features:

**Environment**:
* OS (e.g. from /etc/os-release):
* Kernel (e.g. `uname -a`):
* Docker version (e.g. `docker version`):
* Ceph version (e.g. `ceph -v`):
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
<!-- Please take a look at our [Contributing](/CONTRIBUTING.md)
documentation before submitting a Pull Request!
Thank you for contributing to ceph-container! -->

Description of your changes:

Which issue is resolved by this Pull Request:
Resolves #

Checklist:
- [ ] Documentation has been updated, if necessary.
- [ ] Pending release notes updated with breaking and/or notable changes, if necessary.

0 comments on commit 40dfb3f

Please sign in to comment.