Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue and pull request template added (.github) #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/ISSUE TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
name: "\U0001F41B Bug report"
about: Create a report to help improve the project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this metadata for?

title: ''
labels: bug
assignees: ''

---

<!--
Thanks for filing an issue! Before hitting the button, please answer these questions.

Fill in as much of the template below as you can.
If you leave out information, we can't help you as well.

Be ready for followup questions, and please respond in a timely
manner. If we can't reproduce a bug we might close your issue.
If we're wrong, PLEASE feel free to reopen it and explain why.
-->

**What happened**:

**What you expected to happen**:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this. I think


**Where can this issue be corrected? (optional)**
<!-- provide additional information about the file location or directory that needs to be modified to fix this issue, if available -->

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:
22 changes: 22 additions & 0 deletions .github/ISSUE TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
<!---
A description of what the problem is.
-->

**Describe the solution you'd like**
<!--- A description of what you want to happen. -->

**Describe alternatives you've considered**
<!--- A description of any alternative solutions or features you've considered. -->

**Additional context**
<!--- Add any other context or screenshots about the feature request here. -->
17 changes: 17 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Thank you for submitting a pull request! -->

# Description

Please include a summary of the change and which issue is fixed.

## Fixes #(issue_no)

Replace `issue_no` with the issue number which is fixed in this PR

## Screenshots

<!-- If applicable, add screenshots or images demonstrating the changes made -->

## Special notes for your reviewer:

<!-- Add any additional information or context that might be helpful for the reviewers. -->