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

Move issue template to ./github dir. #450

Merged
merged 1 commit into from
Aug 8, 2019
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions ISSUE_TEMPLATE.md → .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,22 @@ We realise there is a lot of information requested here. We ask only that you do

- Read the [contributing guidelines](https://github.com/HotelsDotCom/styx/blob/master/CONTRIBUTING.md)
- Ensure the issue isn't already reported
- Its helpful to use the bug or enhancement label
- It's helpful to use the bug or enhancement label

Thanks.
-->

## The problem
> Briefly describe the issue you are experiencing or the feature you want to see added to Styx. Tell us what you were trying to do and what happened instead.

> Remember, we love features that you've contributed, so a PR with tests is amazing.
> Briefly describe the issue you are experiencing. Tell us what you were trying to do and what happened instead.

## Detailed description
> Please provide as much detail as possible.
> Remember that providing sample code and or failing tests makes it much faster to understand and fix.

> Remember that providing sample code and/or failing tests makes it much faster to understand and fix.

## Acceptance criteria
> What you expect to happen in a list format.
> e.g.
> * A developer should be able configure option via overrides
> * A developer should be able to configure options via overrides

> Please keep it high level and try not to get into the detail of implementation
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Hey there and thank you for using issue tracker! :+1:

We realise there is a lot of information requested here. We ask only that you do your best to provide as much as possible so we can better help.

- Read the [contributing guidelines](https://github.com/HotelsDotCom/styx/blob/master/CONTRIBUTING.md)
- Ensure the issue isn't already reported
- It's helpful to use the bug or enhancement label

Thanks.
-->

## The problem
> Briefly describe the feature you want to see added to Styx.

## Detailed description
> Please provide as much detail as possible.

## Acceptance criteria
> What you expect to happen in a list format.
> e.g.
> * A developer should be able to configure options via overrides

> Please keep it high level and try not to get into the detail of implementation