Skip to content

Commit

Permalink
Add Issue and PR templates (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
zapr-16 authored and ligi committed Jan 22, 2023
1 parent d913ce4 commit 4326a53
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Issue report
about: Create a report to help us improve
title: ''
labels: 'Issue'
assignees: ''

---


### Describe the issue
A clear and concise description of what the issue is.

### Improvement operation
- [] Add
- [] Substract
- [] Modify

### Rationale
A clear and concise description of what you expected to happen.

### Additional information
If applicable
28 changes: 28 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!--- Provide a general summary of your changes in the Title above -->

## Description
<!--- Describe your changes in detail -->

## Related DIP issue
<!--- Please add link to the issue here: -->

## Checklist
* [ ] Correct markdown (e.g. headers with ##, header surrounded by ---)
* [ ] syntax check
* [ ] filename is DIP-X.md (with X being the correct DIP number)
* [ ] header contains (in this order)
* [ ] DIP
* [ ] Title
* [ ] Status
* [ ] Themes
* [ ] Tags
* [ ] Authors
* [ ] Resources Required (optional)
* [ ] Discussion (with link to devcon forum)
* [ ] Created (in the format year-month-day e.g 2020-4-20)
* [ ] contains these sections:
* [ ] Abstract
* [ ] Rationale
* [ ] Implementation
* [ ] Operational Requirements & Ownership
* [ ] PR title prefixed with DIP-X

0 comments on commit 4326a53

Please sign in to comment.