Skip to content

Commit dbf9fc7

Browse files
author
Onur Laru
authored
Issue and PR templates (nodejs#183)
* chore: Issue and PR templates added * Update .github/ISSUE_TEMPLATE/question.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/PULL_REQUEST_TEMPLATE.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/feature_request.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/feature_request.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-Authored-By: LaRuaNa <[email protected]> * Update .github/ISSUE_TEMPLATE/feature_request.md Co-Authored-By: LaRuaNa <[email protected]>
1 parent 20677a2 commit dbf9fc7

4 files changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Bug Report
3+
about: Report that something isn't working.
4+
---
5+
6+
## Description
7+
8+
<!-- Describe the issue that you're seeing. -->
9+
10+
### Steps to reproduce
11+
12+
<!-- Clear steps describing how to reproduce the issue. -->
13+
14+
### Expected result
15+
16+
<!-- What should happen? -->
17+
18+
### Actual result
19+
20+
<!-- What happened? -->
21+
22+
### Environment
23+
24+
- OS Version:
25+
- Browser Version:
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Feature Request
3+
about: Suggest a new idea for the project.
4+
---
5+
6+
## Summary
7+
8+
<!-- Brief explanation of the feature. -->
9+
10+
### Basic example
11+
12+
<!-- Include a basic code example. Omit this section if it's not applicable. -->
13+
14+
### Motivation
15+
16+
<!-- Why are we doing this? What use cases does it support? What is the expected outcome? -->

.github/ISSUE_TEMPLATE/question.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
name: Question
3+
about: Ask a question or start a discussion.
4+
---
5+
6+
## Summary

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!--
2+
Please read the [Code of Conduct](https://github.com/nodejs/nodejs.dev/blob/master/CODE_OF_CONDUCT.md) and the [Contributing Guidelines](https://github.com/nodejs/nodejs.dev/blob/master/CONTRIBUTING.md) before opening a pull request.
3+
-->
4+
5+
## Description
6+
7+
<!-- Write a brief description of the changes introduced by this PR -->
8+
9+
## Related Issues
10+
11+
<!--
12+
Link to the issue that is fixed by this PR (if there is one)
13+
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
14+
-->

0 commit comments

Comments
 (0)