Skip to content

Commit

Permalink
Add github boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mproffitt committed Nov 13, 2023
1 parent abbdeaf commit 1ba0dfd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug Report
about: Help us diagnose and fix bugs in this Function
labels: bug
---

### What happened?
<!--
Please let us know what behaviour you expected and how this Function diverged
from that behaviour.
-->

### How can we reproduce it?
<!--
Help us to reproduce your bug as succinctly and precisely as possible. Artifacts
such as example manifests or a script that triggers the issue are highly
appreciated!
-->

### What environment did it happen in?
Function version:

<!--
Include at least the version or commit of Crossplane you were running. Consider
also including your:
* Cloud provider or hardware configuration
* Kubernetes version (use `kubectl version`)
* Kubernetes distribution (e.g. Tectonic, GKE, OpenShift)
* OS (e.g. from /etc/os-release)
* Kernel (e.g. `uname -a`)
-->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Feature Request
about: Help us make this Function more useful
labels: enhancement
---

### What problem are you facing?
<!--
Please tell us a little about your use case - it's okay if it's hypothetical!
Leading with this context helps frame the feature request so we can ensure we
implement it sensibly.
--->

### How could this Function help solve your problem?
<!--
Let us know how you think this Function could help with your use case.
-->

0 comments on commit 1ba0dfd

Please sign in to comment.