Skip to content

Commit

Permalink
Merge pull request #619 from wardenenv/develop
Browse files Browse the repository at this point in the history
Bring in changes from `develop`
  • Loading branch information
navarr authored Mar 20, 2023
2 parents a829648 + 74c3b81 commit 346e33d
Show file tree
Hide file tree
Showing 216 changed files with 669 additions and 15,252 deletions.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/brew-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Installing or Upgrading through Homebrew
description: Report an issue with the Warden software when installing or upgrading through Homebrew
title: '[Brew] '
labels: bug, brew update
body:
- type: input
id: version
attributes:
label: Version of Homebrew
description: Run `brew -v` and provide the output
placeholder: brew -v
validations:
required: true
- type: input
id: install
attributes:
label: Operating System and Installation Method
description: Please tell us which operating system you're running brew on. (E.g. "Mac OS 12.6")
placeholder: Mac OS 12.6
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen and when
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Feature Requests
about: Post Feature Requests and Ideas in the Discussion area
url: https://github.com/orgs/wardenenv/discussions/categories/ideas
- name: Help
about: If you're unsure if its a bug or need some help, post in the Discussions area
url: https://github.com/orgs/wardenenv/discussions/categories/help-support
56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/image-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Image Issue
description: Report an issue with an Image or Service not working as expected
title: '[Image] '
labels: bug, docker-images
body:
- type: input
id: version
attributes:
label: Version of Warden
description: Run `warden version` and provide the output
placeholder: warden version
validations:
required: true
- type: input
id: install
attributes:
label: Operating System and Installation Method
description: Please tell us how you installed Warden and on what operating system. (E.g. "Mac OS 12.6 via Brew")
placeholder: Mac OS 12.6 via Brew
validations:
required: true
- type: textarea
id: image
attributes:
label: Image
description: Please tell us which image and version you're experiencing the issue with. For example, `php-fpm:8.1-magento2`. If you're unsure, you can run `warden env config` and check the `image` key underneath the service you're having the issue with. If this isn't working, please provide your `.env` file.
placeholder: php-fpm:8.1-magento2
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen and when
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
48 changes: 48 additions & 0 deletions .github/ISSUE_TEMPLATE/warden-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
name: Warden Command Issue
description: Report an issue with the Warden software (e.g. `warden` commands, docker compose files, or mutagen sync)
title: '[Command] '
labels: bug
body:
- type: input
id: version
attributes:
label: Version of Warden
description: Run `warden version` and provide the output
placeholder: warden version
validations:
required: true
- type: input
id: install
attributes:
label: Operating System and Installation Method
description: Please tell us how you installed Warden and on what operating system. (E.g. "Mac OS 12.6 via Brew")
placeholder: Mac OS 12.6 via Brew
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: A clear and concise description of what you expected to happen and when
- type: textarea
id: additional
attributes:
label: Additional context
description: Add any other context about the problem here.
34 changes: 34 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
name: Bug Fix
about: Fix a bug with Warden
title: ''
labels: bug
assignees: ''

---
**Check List**
- [ ] Is there an existing issue that covers this? (link it here, if so)
- [ ] Is there an entry in the CHANGELOG.md file?

<!--
Delete below sections at will if there is already an issue open for this bug, and if it is described accurately in it.
-->

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

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

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

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/new-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: New Feature
about: Submit a new feature
title: ''
labels: enhancement
assignees: ''

---

**Check List**
- [ ] Matching PR in the documentation repo (replace text with link when it exists)
- [ ] Entry in CHANGELOG.md

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you've submitted**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
1 change: 1 addition & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exemptLabels:
- documentation
- up-for-grabs
- docker-images
- arm64

# Label to use when marking as stale
staleLabel: stale
22 changes: 0 additions & 22 deletions .github/workflows/docker-image-elasticsearch.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/docker-image-magepack.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/docker-image-mailhog.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/docker-image-mariadb.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/docker-image-mysql.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/docker-image-nginx.yml

This file was deleted.

Loading

0 comments on commit 346e33d

Please sign in to comment.