Skip to content

Commit

Permalink
Merge pull request #2 from transnetlab/main
Browse files Browse the repository at this point in the history
Added issues template
  • Loading branch information
Prateek1009 committed Jan 18, 2023
2 parents b9174b8 + 478b3a2 commit 5d12df7
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

Bug Title
A short, descriptive title that summarizes the bug.

Description
A detailed description of the bug, including any relevant information or context.

Steps to Reproduce
Clear and concise steps to reproduce the bug, including any relevant code or error messages.

Expected Behavior
A clear and concise description of what you expected to happen.

Actual Behavior
A clear and concise description of what actually happened.

Screenshots/Videos
If applicable, add screenshots, videos or GIFs to help explain your problem.

Environment
Include information about the environment in which the bug occurs, such as the operating system and version, browser and version, and any other relevant details.

Additional Information
Add any other information about the bug, such as related issues or suggested solutions.

Labels
Add any relevant labels such as "bug" or "critical" to help categorize the issue
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

Feature Request Title
A brief headline that explains the requested feature.

Background
A summary of the current situation and the problem that the feature is intended to solve.

Proposed Solution
A clear explanation of the proposed feature and how it will work.

Expected Outcome
A description of the benefits that will be achieved by implementing the proposed feature.

Acceptance Criteria
A list of clear and specific requirements that must be met in order for the feature to be considered complete.

Visual Aids
Images, diagrams or wireframes that provide additional information or context (if applicable).

Further Notes
Any additional information or comments that might be relevant to the feature request.

Labels
Categories such as "feature request" or "enhancement" that help to organize the request.

0 comments on commit 5d12df7

Please sign in to comment.