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

Improve the issue templates #332

Merged
merged 1 commit into from
May 8, 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
50 changes: 32 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,44 @@ name: Bug report
about: Create a bug report to help us improve
title: "[Bug] "
labels: bug
projects: 'aws/112'
assignees: ''

---

**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
## Description
<!-- A clear and concise description of what the bug is and the environment/context. -->

**Describe the bug**
A clear and concise description of what the bug is and the environment/context.
## Environment

- OS: [e.g. Amazon Linux 2]
- Browser: [e.g. Google Chrome]
- Graph Explorer Version: [e.g. 1.0.0]
- Graph Database & Version: [e.g., Amazon Neptune 1.2.0.2]
<!-- Describe your environment with at least the following information -->

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- OS: <!-- e.g. Amazon Linux 2 -->
- Browser: <!-- e.g. Google Chrome -->
- Graph Explorer Version: <!-- e.g. 1.0.0 -->
- Graph Database & Version: <!-- e.g., Amazon Neptune 1.2.0.2 -->

If applicable, add screenshots to help explain your problem.
## Steps to Reproduce

**Expected behavior**
A clear and concise description of what you expected to happen.
<!--
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

If applicable, add screenshots to help explain your problem.
-->

## Expected Behavior

<!-- A clear and concise description of what you expected to happen. -->

---

> [!IMPORTANT]
> If you are interested in working on this issue or have submitted a pull request, please leave a comment.

> [!TIP]
> Please use a 👍 reaction to provide a +1/vote.
>
> This helps the community and maintainers prioritize this request.
49 changes: 39 additions & 10 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,50 @@ name: Feature request
about: Suggest an idea for improving this project
title: "[Feature Request] "
labels: enhancement
projects: 'aws/112'
assignees: ''

---

**Community Note**
* Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
## Description

**Graph Explorer Version (and Graph Database and Version used if applicable)**
<!--
A clear and concise description of what the problem is.
e.g. I'm frustrated when [...]
-->

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm frustrated when [...]
## Preferred Solution

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

**Additional context**
Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.
## Additional Context

<!--
Add any other context or screenshots about the feature request here.
Describe any alternatives you've considered.
-->

## Related Issues

<!--
Link to the issue that might be related to this feature request (if there is one).
e.g. Originated from #1234, Depends on #1234, Related to #1234, etc.
-->

## Tasks

<!--
Add any known tasks that are required to complete this feature request.
For Example:
- [ ] Update documentation
-->

---

> [!IMPORTANT]
> If you are interested in working on this issue or have submitted a pull request, please leave a comment.

> [!TIP]
> Please use a 👍 reaction to provide a +1/vote.
>
> This helps the community and maintainers prioritize this request.
Loading