Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ilya Vysotski
Koa Shopify Auth
Commits
eb2932c7
Unverified
Commit
eb2932c7
authored
Sep 11, 2020
by
Kevin O'Sullivan
Committed by
GitHub
Sep 11, 2020
Browse files
Merge pull request #21 from Shopify/add_github_templates
Add issue and pull request templates
parents
322f6842
d5bff4f9
Pipeline
#32963
canceled with stages
in 6 minutes and 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.github/ISSUE_TEMPLATE/BUG_REPORT.md
0 → 100644
View file @
eb2932c7
---
name
:
'
🐛
Bug
Report'
about
:
Something isn't working
labels
:
"
Type:
Bug
🐛"
---
# Issue summary
Write a short description of the issue here ↓
## Expected behavior
What do you think should happen?
## Actual behavior
What actually happens?
Tip: include an error message (in a
`<details></details>`
tag) if your issue is related to an error
## Steps to reproduce the problem
1.
1.
1.
## Reduced test case
The best way to get your bug fixed is to provide a
[
reduced test case
](
https://developer.mozilla.org/en-US/docs/Mozilla/QA/Reducing_testcases
)
.
---
## Checklist
-
[ ] Please delete the labels section before submitting your issue
-
[ ] I have described this issue in a way that is actionable (if possible)
.github/ISSUE_TEMPLATE/ENHANCEMENT.md
0 → 100644
View file @
eb2932c7
---
name
:
'
📈
Enhancement'
about
:
Enhancement to our codebase that isn't a adding or changing a feature
labels
:
"
Type:
Enhancement
📈"
---
## Overview/summary
...
## Motivation
> What inspired this enhancement?
...
### Area
-
[ ] Add any relevant
`Area: <area>`
labels to this issue
---
## Checklist
-
[ ] Please delete the labels section before submitting your issue
-
[ ] I have described this enhancement in a way that is actionable (if possible)
.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
0 → 100644
View file @
eb2932c7
---
name
:
'
🙌
Feature
Request'
about
:
Suggest a new feature, or changes to an existing one
labels
:
"
Type:
Feature
Request
:raised_hands:"
---
## Overview
...
## Type
-
[ ] New feature
-
[ ] Changes to existing features
## Motivation
> What inspired this feature request? What problems were you facing?
...
### Area
-
[ ] Add any relevant
`Area: <area>`
labels to this issue
---
## Checklist
-
[ ] Please delete the labels section before submitting your issue
-
[ ] I have described this feature request in a way that is actionable (if possible)
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
View file @
eb2932c7
<!--
☝️How to write a good PR title:
-
Prefix it with [Feature] (if applicable)
-
Start with a verb, for example: Add, Delete, Improve, Fix…
-
Give as much context as necessary and as little as possible
-
Prefix it with [WIP] while it’s a work in progress
-->
### WHY are these changes introduced?
Fixes #0000
<!-- link to issue if one exists -->
<!--
Context about the problem that’s being addressed.
-->
### WHAT is this pull request doing?
<!--
Summary of the changes committed.
Before / after screenshots appreciated for UI changes, if applicable.
-->
## Type of change
-
[ ] Patch: Bug (non-breaking change which fixes an issue)
-
[ ] Minor: New feature (non-breaking change which adds functionality)
-
[ ] Major: Breaking change (fix or feature that would cause existing functionality to not work as expected)
## Checklist
-
[ ] I have added a changelog entry, prefixed by the type of change noted above
-
[ ] I have added/updated tests for this change
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment