Skip to content

Commit

Permalink
chore: added back in files from git rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Nov 23, 2024
1 parent 0e9cff0 commit d5bbfa4
Show file tree
Hide file tree
Showing 10 changed files with 619 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[*.toml]
indent_style = space
indent_size = 4

[{*.sh,.mise/tasks/**/*,e2e/**/*}]
indent_style = space
indent_size = 2

# shfmt
switch_case_indent = true
simplify = true
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
zipsign.pub binary
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/blank.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Blank
about: Blank issue template
title: ""
labels: ""
assignees: ""
---
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Bug report
about: Something not working right?
title: ""
labels: bug
assignees: ""
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior.

**Expected behavior**
A clear and concise description of what you expected to happen.

**`mise doctor` output**

```text
REPLACE WITH OUTPUT OF `mise doctor`
```

**Additional context**
Add any other context about the problem here. Consider running mise with `--debug` or `--trace` for extra debug info.
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ""
---
Loading

0 comments on commit d5bbfa4

Please sign in to comment.