Skip to content

Commit

Permalink
git-xargs programmatic commit (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd authored Nov 14, 2023
1 parent 9cc7e8c commit 7920a65
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: File a bug report
labels: ["Type: bug"]
labels: ["bug"]
body:
- type: markdown
attributes:
Expand Down Expand Up @@ -43,7 +43,7 @@ body:
- type: textarea
id: logs
attributes:
label: Relevant log output
label: Relevant Log Output
description: >
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
Fetch the logs using `juju debug-log --replay` and `kubectl logs ...`. Additional details available in the juju docs
Expand All @@ -54,5 +54,4 @@ body:
- type: textarea
id: additional-context
attributes:
label: Additional context

label: Additional Context
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Task
description: File an enhancement proposal
labels: "enhancement"
body:
- type: markdown
attributes:
value: >
Thanks for taking the time to fill out this enhancement
proposal! Before submitting your issue, please make sure there
isn't already a prior issue concerning this. If there is,
please join that discussion instead.
- type: textarea
id: enhancement-proposal-what
attributes:
label: What needs to get done
description: >
Describe what needs to get done
validations:
required: true
- type: textarea
id: enhancement-proposal-why
attributes:
label: Why it needs to get done
description: >
Describe why it needs to get done
validations:
required: true

0 comments on commit 7920a65

Please sign in to comment.