Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit bac1417

Browse files
Merge pull request #723 from netlify/chore/add_issue_template
chore: add issue templates
2 parents 73def8b + 205aefe commit bac1417

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: 'Please replace with a clear and descriptive title'
5+
labels: 'type: bug'
6+
assignees: ''
7+
---
8+
9+
**Is your build failing?**
10+
11+
Before submitting an issue, please reach out to our support team via the helpdesk if you're a Pro or higher customer (email support@netlify.com from your netlify login email as shown at https://app.netlify.com/user/settings) or in the forums otherwise (https://answers.netlify.com)? Our Support engineers should be able to help you get things rolling smoother.
12+
13+
Once you've reached out to support, and determined there is a bug in our `build-image`, please follow the steps below to submit the bug report.
14+
15+
**Describe the bug**
16+
17+
A clear and concise description of what the bug is.
18+
19+
**To Reproduce**
20+
21+
Steps to reproduce the behavior:
22+
23+
1. Fork the repository at `<repo-link>`
24+
2. Create a Netlify site and link it to the forked repository
25+
3. See that the Netlify build fails
26+
27+
**Configuration**
28+
29+
- If possible, please copy/paste below your `netlify.toml`.
30+
31+
**Expected behavior**
32+
33+
A clear and concise description of what you expected to happen.
34+
35+
**Build Output**
36+
37+
If applicable, add the build output to help explain your problem.
38+
39+
**Additional context**
40+
41+
Add any other context about the problem here.
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: 'Please replace with a clear and descriptive title'
5+
labels: 'type: feature'
6+
assignees: ''
7+
---
8+
9+
**Is your feature request related to a problem? Please describe.**
10+
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
15+
A clear and concise description of what you want to happen.
16+
17+
**Describe alternatives you've considered**
18+
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
23+
Add any other context or screenshots about the feature request here.
24+
25+
**Can you submit a pull request?**
26+
27+
Yes/No.
28+
29+
> Pull requests are welcome! If you would like to help us add this feature, please check our
30+
> [contributions guidelines](../../CONTRIBUTING.md).

0 commit comments

Comments
 (0)