Skip to content

Commit

Permalink
Merge pull request #455 from microsoft/geearl/6255-issue-template
Browse files Browse the repository at this point in the history
Update bug_report.md template with additional instructions and details
  • Loading branch information
dayland committed Jan 12, 2024
2 parents 70da66c + dfa907f commit 27df390
Showing 1 changed file with 34 additions and 15 deletions.
49 changes: 34 additions & 15 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,49 @@ assignees: ''

---

*Before you open an issue, please check if a similar issue already exists or has been closed before.*

You can also find details on [Troubleshooting Common Issues](https://github.com/microsoft/PubSec-Info-Assistant/blob/main/docs/deployment/troubleshooting.md). You can use these tools to help gather additional logs and details to include in your issue.

:warning: Please DO NOT include confidential information in your issue on GitHub. :warning:

### Bug Details
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Steps To Reproduce**

1. ...
2. ...
3. ...

**Expected behavior**
A clear and concise description of what you expected to happen.
**What is the expected behavior?**

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
### Information Assistant details

**Alpha version details**
- GitHub branch: [e.g. main]
- Latest commit: [obtained by running `git log -n 1 <branchname>`
Please provide the following details. You can simply include a screenshot of your Info panel as well.

>GitHub branch: [e.g. main]
>
>Version or Latest commit: [obtained by running `git log -n 1 <branchname>`
>
>What region is your Azure Open AI Service in?
>
>What ChatGPT model are you using?
>
>model name: (i.e. gpt-3.5-turbo, gpt-4)
>
>model version: (i.e. 0613)
>
>What embeddings model are you using?
**Additional context**
Add any other context about the problem here.

**If the bug is confirmed, would you be willing to submit a PR?**

- [ ] Yes
- [ ] No

0 comments on commit 27df390

Please sign in to comment.