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

Commit 16dfdf0

Browse files
Resolved merge conflicts
2 parents d538509 + 4db22ef commit 16dfdf0

5 files changed

Lines changed: 41 additions & 77 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Bug Report
3+
about: Create a bug report to help us improve Cryptic.
4+
labels: bug
5+
6+
---
7+
8+
**Describe the bug**
9+
> Please provide a clear and concise description of what the bug is.
10+
11+
**Reproduce**
12+
> Steps to reproduce the behavior.
13+
14+
**Logs**
15+
> Please provide your logs and/or screenshots of the problem.
16+
17+
**Additional Comments**
18+
> Add any other context about the problem here.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Feature Request
3+
about: If you'd like to make a suggestion please fill out the form below.
4+
labels: enhancement
5+
6+
---
7+
8+
**Is your feature request related to a problem? Please describe.**
9+
> Please provide a clear and concise description of what the problem is.
10+
11+
**Describe the solution you'd like**
12+
> Please provide a clear and concise description of what you want to happen.
13+
14+
**Additional Comments**
15+
> Add any other context about the feature request here.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,11 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
1+
**Description**
2+
> Provide a description of what your changes do.
23
3-
## Description
4-
<!--- Describe your changes in detail -->
4+
**Issue**
5+
Closes #XX
56

6-
## Related Issue
7-
<!--- This project only accepts pull requests related to open issues -->
8-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10-
<!--- Please link to the issue here: -->
7+
**Testing Instructions**
8+
> Give us step by step instructions on how to test your changes.
119
12-
## Motivation and Context
13-
<!--- Why is this change required? What problem does it solve? -->
14-
15-
## How Has This Been Tested?
16-
<!--- Please describe in detail how you tested your changes. -->
17-
<!--- Include details of your testing environment, and the tests you ran to -->
18-
<!--- see how your change affects other areas of the code, etc. -->
19-
20-
## Screenshots (if appropriate):
21-
22-
## Types of changes
23-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
24-
- [ ] Bug fix (non-breaking change which fixes an issue)
25-
- [ ] New feature (non-breaking change which adds functionality)
26-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
27-
28-
## Checklist:
29-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
30-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
31-
- [ ] My code follows the code style of this project.
32-
- [ ] My change requires a change to the documentation.
33-
- [ ] I have updated the documentation accordingly.
10+
**Additional Notes**
11+
> Add any other context about the pull request here.

0 commit comments

Comments
 (0)