Skip to content

Commit

Permalink
updated issue template style and added default label triage (AntonOsi…
Browse files Browse the repository at this point in the history
…ka#678)

* updated issue template style and added default label triage

* fixed formatting
  • Loading branch information
ATheorell authored and 70ziko committed Oct 25, 2023
1 parent ccee9b1 commit d0f9caf
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 22 deletions.
32 changes: 22 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,35 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: bug, triage
assignees: ''

---

**Policy and info**
## Policy and info
- Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
- Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/

**Bug description**
[A clear and concise description of what the bug is.]
## Expected Behavior

**Expected behavior**
[A clear and concise description of what you expected to happen.]
Please describe the behavior you are expecting.

**To reproduce**
[Best case scenario, a minimal example to reproduce the error. Minimal reporting requirement is gpt-engineer call and used prompt.]
## Current Behavior

**Environment**
[Language model: [e.g. GPT-4]]
What is the current behavior?

## Failure Information

Information about the failure, including environment details, such as LLM used.

### Steps to Reproduce

If possible, provide detailed steps for reproducing the issue.

1. step 1
2. step 2
3. you get it...

### Failure Logs

Any relevant log snippets or files here.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/documentation-clarification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
name: Documentation improvement
about: Inaccuracies, inadequacies in the docs pages
title: ''
labels: documentation
labels: documentation, triage
assignees: ''

---

**Policy and info**
## Policy and info
- Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
- Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/


**Description**
[A clear and concise description of how the documentation at https://gpt-engineer.readthedocs.io/en/latest/ is providing wrong/insufficient information.]
## Description
A clear and concise description of how the documentation at https://gpt-engineer.readthedocs.io/en/latest/ is providing wrong/insufficient information.

**Suggestion**
[Optional: How can it be improved.]
## Suggestion
How can it be improved
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
labels: enhancement, triage
assignees: ''

---

**Policy and info**
## Policy and info
- Maintainers will close issues that have been stale for 14 days if they contain relevant answers.
- Adding the label "sweep" will automatically turn the issue into a coded pull request. Works best for mechanical tasks. More info/syntax at: https://docs.sweep.dev/
- Consider adding the label "good first issue" for interesting, but easy features.

**Feature description**
[A clear and concise description of what you would like to have.]
## Feature description
A clear and concise description of what you would like to have

**Motivation/Application**
[Why is this feature useful?]
## Motivation/Application
Why is this feature useful?

0 comments on commit d0f9caf

Please sign in to comment.