From f0ef8203cf088aa5feaa44298642496b7aa38329 Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Sun, 17 Mar 2024 23:18:29 -0400 Subject: [PATCH] add issue templates (#40) --- .github/ISSUE_TEMPLATE/bug_report.md | 22 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 18 ++++++++++++++++ .github/ISSUE_TEMPLATE/technical_proposal.md | 18 ++++++++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/technical_proposal.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..bb137c76e3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,22 @@ +--- +name: Bug Report +about: Report a problem with OpenDevin +title: '' +labels: 'bug' +assignees: '' + +--- + +**Describe the bug** + +**Steps to Reproduce** +1. +2. +3. + +**Expected behavior** + +**Actual behavior** + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..663b4a6324 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,18 @@ +--- +name: Feature Request +about: Suggest an idea for OpenDevin features +title: '' +labels: 'enhancement' +assignees: '' + +--- + +**What problem or use case are you trying to solve?** + +**Describe the UX of the solution you'd like** + +**Do you have thoughts on the technical implementation?** + +**Describe alternatives you've considered** + +**Additional context** diff --git a/.github/ISSUE_TEMPLATE/technical_proposal.md b/.github/ISSUE_TEMPLATE/technical_proposal.md new file mode 100644 index 0000000000..a0e38e729c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical_proposal.md @@ -0,0 +1,18 @@ +--- +name: Technical Proposal +about: Propose a new architecture or technology +title: '' +labels: 'proposal' +assignees: '' + +--- + +**Summary** + +**Motivation** + +**Technical Design** + +**Alternatives to Consider** + +**Additional context**