forked from Bash-it/bash-it
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into theme/powerline
- Loading branch information
Showing
168 changed files
with
4,300 additions
and
2,479 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: 🐛 Bug report | ||
title: "[Bug]: " | ||
description: Create a bug report to help us improve | ||
labels: "bug:general" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Tell us what should happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: Tell us what happens instead of the expected behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Tell us how it could be fixed at your glance. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: > | ||
How has this issue affected you? What are you trying to accomplish? | ||
Providing context helps us come up with a solution that is most useful in the real world. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: > | ||
Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Bash-it version | ||
placeholder: "How to get: bash-it version" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: List of enabled plugins, themes and aliases | ||
placeholder: "How to get: bash-it show plugins|themes|aliases (it is not a pipe)" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Bash version | ||
placeholder: "How to get: bash --version" | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Operating system and version | ||
placeholder: "How to get: neofetch (or another command)" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "bash-it doctor output" | ||
value: | | ||
``` | ||
# How to get: bash-it doctor | ||
``` | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Your ~/.bashrc | ||
value: | | ||
```bash | ||
# How to get: cat ~/.bashrc | ||
``` | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Notes | ||
description: > | ||
Provide any extra details here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: Libera chat | ||
url: https://web.libera.chat/?channel=#bash-it | ||
about: You can ask and answer questions here |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: 💡 Feature request | ||
title: "[Feature]: " | ||
description: Suggest an idea for this project | ||
labels: "feature request" | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: Tell us how your feature should work. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: Explain the difference your feature will have from current behavior. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible solution | ||
description: Tell us how it could be fixed at your glance. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Context | ||
description: > | ||
How has this issue affected you? What are you trying to accomplish? | ||
Providing context helps us come up with a solution that is most useful in the real world. | ||
- type: textarea | ||
attributes: | ||
label: Notes | ||
description: > | ||
Provide any extra details here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cite 'about-alias' | ||
# shellcheck shell=bash | ||
about-alias 'ansible abbreviations' | ||
|
||
alias ans=ansible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cite 'about-alias' | ||
# shellcheck shell=bash | ||
about-alias 'Atom.io editor abbreviations' | ||
|
||
alias a='atom' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cite 'about-alias' | ||
# shellcheck shell=bash | ||
about-alias 'puppet bolt aliases' | ||
|
||
# Aliases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cite 'about-alias' | ||
# shellcheck shell=bash | ||
about-alias 'ruby bundler' | ||
|
||
# Bundler Commands | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
cite 'about-alias' | ||
# shellcheck shell=bash | ||
about-alias 'common composer abbreviations' | ||
|
||
# Aliases | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.