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

add issue templates #130

Merged
merged 1 commit into from
Jun 14, 2024
Merged
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
22 changes: 22 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
name: Bug report
about: Report a bug in contracts
title: ''
labels: bug
---

**Describe the bug**

<!-- Provide a clear and concise description of the bug -->

**Steps to reproduce the bug**

<!-- Add detailed steps to reproduce the bug -->

**Expected behavior**

<!-- Provide a clear and concise description of the expected behavior -->

**Additional context**

<!-- Provide any additional context or information (eg. screenshots) that will help us understand your request. -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Recommend a feature for contracts
title: ''
labels: feature
---

**Describe the feature request**

<!-- Provide a clear and concise description of the problem -->

**Describe the expected solution**

<!-- Provide a clear and concise description of the expected solution for the problem -->

**Additional context**

<!-- Provide any additional context or information that will help us understand your request. -->
Loading