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

Commit 4571622

Browse files
committed
Add both issue and pull request templates
1 parent 3bb7b17 commit 4571622

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/ISSUE_TEMPLATE.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- Remove any sections that do not apply to your problems. HTML comments are ignored. -->
2+
# Description
3+
<!-- Describe your problem here. -->
4+
<!-- Include references to relevant pull requests/commits here. -->
5+
6+
## Expected behavior
7+
<!-- Describe your expected behavior here. -->
8+
9+
## Observed behavior
10+
<!-- Describe your observed behavior here. -->
11+
12+
## Steps to Reproduce
13+
<!-- Describe the steps to reproduce the observed behavior. -->
14+
<!-- Have a failing spec for this? :) -->
15+
16+
# Stack Trace or Log Messages
17+
<!-- Use the following format for showing stack traces: -->
18+
<details>
19+
<summary>Stack trace for `brief error context`</summary>
20+
<pre>
21+
... Full error context (collapses by default) ...
22+
</pre>
23+
</details>

.github/PULL_REQUEST_TEMPLATE.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!-- Remove any sections that do not apply to your changes. HTML comments are ignored. -->
2+
# Description
3+
<!-- Describe your changes here. -->
4+
<!-- Include references to relevant pull requests/commits here. -->
5+
<!-- * Did you update documentation? -->
6+
<!-- * Did you update test coverage? -->
7+
8+
# Motivation and Context
9+
<!-- Describe the use case that requires your changes. -->
10+
11+
# Usage Examples
12+
<!-- Code or screenshot examples of using your feature, if applicable. -->
13+
14+
# Testing Steps
15+
<!-- List any steps required to test your changes. -->
16+
17+
# Post-merge Steps
18+
<!-- List any steps required after merging your changes. -->

0 commit comments

Comments
 (0)