Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
.github: update issue templates
Browse files Browse the repository at this point in the history
Closes #272
#272

GitOrigin-RevId: 6638542
Change-Id: I3184aa660be0ffe78e0e7dd7f84544266776b129
Reviewed-on: https://cue-review.googlesource.com/c/cue/+/4841
Reviewed-by: Marcel van Lohuizen <mpvl@google.com>
  • Loading branch information
mpvl committed Jan 30, 2020
1 parent 1ffc615 commit 58cdb77
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: NeedsInvestigation
assignees: ''

---

<!--
Please answer these questions before submitting your issue. Thanks!
For questions please use one of our forums: https://cuelang.slack.com/
-->

### What version of CUE are you using (`cue version`)?

<pre>
$ cue version

</pre>

### Does this issue reproduce with the latest release?



### What operating system are you using?


### What did you do?

<!--
If possible, provide a recipe for reproducing the error.
-->



### What did you expect to see?



### What did you see instead?
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: FeatureRequest
assignees: ''

---

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

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

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.

0 comments on commit 58cdb77

Please sign in to comment.