Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
* upstream/master: (140 commits)
  fix(battery): support `acpitool` and multiple batteries under Linux (ohmyzsh#9609)
  Revert "fix(changelog): don't parse commits of ignored types"
  feat(yarn): add global bin directory to `$PATH` (ohmyzsh#9410)
  feat(sublime): add support for Sublime Text 4 on Windows (ohmyzsh#10063)
  chore: zshrc update settings rewording
  feat(z): update z to latest version (ohmyzsh#10267)
  fix(git)!: rename `gdu` alias to `gdup` (ohmyzsh#10263)
  fix(changelog): don't parse commits of ignored types
  chore(chucknorris): add a few more Chuck Norris quotes (ohmyzsh#10210)
  refactor(chucknorris): refresh plugin code
  fix(gpg-agent): correctly overwrite `$SSH_AUTH_SOCK` and other improvements (ohmyzsh#7059)
  fix(docker-compose): fix for slow `docker compose` call on remote Docker contexts (ohmyzsh#10264)
  fix(jsontools): fix broken conditional in zsh 5.0.2 (ohmyzsh#10262)
  fix(cli): fix zsh array syntax for szh 5.0.2
  fix(init): rename function `f` due to clash with `f` alias (ohmyzsh#10260)
  feat(git): add `gccd` alias to clone and cd into git repository (ohmyzsh#8220)
  fix(per-directory-history): fix use of global history on shell start (ohmyzsh#9008)
  feat(cli)!: add `omz reload` command and deprecate `zsh_reload` plugin (ohmyzsh#9078)
  docs(python): update README to include new `py` alias (ohmyzsh#9995)
  feat(mercurial): add `hg log` aliases (ohmyzsh#9979)
  ...
  • Loading branch information
lesterchan committed Oct 8, 2021
2 parents ca43299 + dc83d0b commit ff87106
Show file tree
Hide file tree
Showing 105 changed files with 2,540 additions and 2,674 deletions.
46 changes: 0 additions & 46 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Bug report
description: Create a report to help us improve Oh My Zsh
labels: 'Bug'
body:
- type: markdown
attributes:
value: |
## Self Check
- Try searching existing [GitHub Issues](https://github.com/ohmyzsh/ohmyzsh/issues?q=is%3Aissue) (open or closed) for similar issues.
- Try reaching out on the [Discord server](https://discord.gg/ohmyzsh) for help.
- type: textarea
validations:
required: true
attributes:
label: Describe the bug
description: A clear description of what the bug is.
- type: textarea
validations:
required: true
attributes:
label: Steps to reproduce
description: |
Steps to reproduce the problem.
placeholder: |
For example:
1. Enable plugin '...'
2. Run command '...' or try to complete command '...'
3. See error
- type: textarea
validations:
required: true
attributes:
label: Expected behavior
description: A brief description of what should happen.
- type: textarea
attributes:
label: Screenshots and recordings
description: |
If applicable, add screenshots to help explain your problem. You can also record an asciinema session: https://asciinema.org/
- type: input
validations:
required: true
attributes:
label: OS / Distro
placeholder: e.g. Windows 10, Ubuntu 20.04, Arch Linux, macOS 10.15...
- type: input
validations:
required: true
attributes:
label: Zsh version
description: Run `echo $ZSH_VERSION` to check.
placeholder: e.g. 5.6
- type: input
validations:
required: true
attributes:
label: Terminal emulator
placeholder: e.g. iTerm2, Gnome Terminal...
- type: dropdown
attributes:
label: If using WSL on Windows, which version of WSL
description: Run `wsl -l -v` to check.
options:
- WSL1
- WSL2
- type: textarea
attributes:
label: Additional context
description: Add any other context about the problem here. This can be themes, plugins, custom settings...
29 changes: 0 additions & 29 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: Feature request
description: Suggest a feature for Oh My Zsh
labels: 'Feature'
body:
- type: input
attributes:
label: If the feature request is for a plugin or theme, specify it here.
description: The name of the plugin or theme that you would like us to improve.
placeholder: e.g. Git plugin, Agnoster theme
- type: textarea
attributes:
label: If the feature solves a problem you have, specify it here.
description: A description of what the problem is.
placeholder: Ex. I'm always frustrated when...
- type: textarea
attributes:
label: Describe the proposed feature.
description: A description of what you want to happen. Be as specific as possible.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A description of any alternative solutions or features you've considered. This can also include other plugins or themes.
- type: textarea
attributes:
label: Additional context
description: Add any other context, screenshots or Discord conversations about the feature request here. Also if you have any PRs related to this issue that are already open that you would like us to look at.
- type: textarea
attributes:
label: Related Issues
description: Is there any open or closed issues that is related to this feature request? If so please link them below!

0 comments on commit ff87106

Please sign in to comment.