Skip to content

Commit 4b1c66f

Browse files
authored
Merge pull request #14 from dpoppe7/update/issue-templates
Update issue templates to match layer5io/docs.
2 parents a1b0ea8 + 3992bff commit 4b1c66f

File tree

6 files changed

+116
-39
lines changed

6 files changed

+116
-39
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 39 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: 🐛 General Bug Report
3+
about: Report an issue to help improve the project.
4+
title: ''
5+
labels: 'kind/bug, framework/hugo, language/css, language/javascript, help wanted'
6+
assignees: ''
7+
---
8+
#### Current Behavior
9+
<!-- A brief description of the issue. -->
10+
11+
#### Expected Behavior
12+
<!-- A brief description of what you expected to happen. -->
13+
14+
#### Screenshots/Logs
15+
<!-- Add screenshots, if applicable, to help explain your problem. -->
16+
17+
#### Environment
18+
19+
- **Host OS:** Mac Linux Windows
20+
- **Browser:** Chrome Safari Firefox Edge Opera
21+
22+
<!-- Optional
23+
#### To Reproduce
24+
1. Go to '...'
25+
2. Click on '....'
26+
3. Scroll down to '....'
27+
4. See error
28+
-->
29+
30+
---
31+
32+
#### Contributor Guide and Resources
33+
- 📚 [Instructions for contributing to documentation](https://github.com/layer5io/docs/blob/master/CONTRIBUTING.md)
34+
- Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/)
35+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
36+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: 🛠 Continuous Integration / DevOps
3+
about: Improve or update workflows or other automation
4+
title: '[CI]'
5+
labels: 'area/ci, framework/hugo, help wanted'
6+
assignees: ''
7+
---
8+
#### Current Behavior
9+
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
10+
11+
#### Desired Behavior
12+
<!-- A brief description of what you expected to happen. -->
13+
14+
#### Implementation
15+
<!-- Specifics on the approach to fulfilling the feature request. -->
16+
17+
#### Acceptance Tests
18+
<!-- Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
19+
20+
---
21+
22+
#### Contributor Guide and Resources
23+
- 📚 [Instructions for contributing to documentation](https://github.com/layer5io/docs/blob/master/CONTRIBUTING.md)
24+
- Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/)
25+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
26+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏾🙋🏼‍Question
4+
url: https://discuss.layer5.io
5+
about: Submit your question on the discussion forum.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: 📄 Documentation issue
3+
about: Issues related to documentation.
4+
title: '[Docs]'
5+
labels: 'area/docs, framework/hugo, language/markdown, help wanted'
6+
assignees: ''
7+
---
8+
#### Current State
9+
10+
11+
#### Desired State
12+
13+
14+
---
15+
16+
#### Contributor Guide and Resources
17+
- 📚 [Instructions for contributing to documentation](https://github.com/layer5io/docs/blob/master/CONTRIBUTING.md)
18+
- Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/)
19+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
20+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Suggest an enhancement to Layer5 Docs.
4+
title: ''
5+
labels: 'kind/enhancement, framework/hugo, language/css, language/javascript, language/html, help wanted'
6+
assignees: ''
7+
---
8+
#### Current Behavior
9+
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
10+
11+
#### Desired Behavior
12+
<!-- A brief description of the enhancement. -->
13+
14+
#### Implementation
15+
<!-- [Optional] Specifics on the approach to fulfilling the feature request. -->
16+
17+
#### Acceptance Tests
18+
<!-- [Optional] Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
19+
20+
#### Mockups
21+
<!-- [Optional] Any visual diagrams of the desired user interface. -->
22+
23+
---
24+
25+
#### Contributor Guide and Resources
26+
- 📚 [Instructions for contributing to documentation](https://github.com/layer5io/docs/blob/master/CONTRIBUTING.md)
27+
- Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/)
28+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
29+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)

0 commit comments

Comments
 (0)