Skip to content

Commit

Permalink
Merge branch 'release/6.0.39'
Browse files Browse the repository at this point in the history
* release/6.0.39:
  readme updates
  compiled assets
  compiled assets
  internal updates to the repo
  Bump node-forge from 1.2.1 to 1.3.0
  • Loading branch information
austintoddj committed Mar 29, 2022
2 parents a934fd2 + 5afe5ca commit 15d129f
Show file tree
Hide file tree
Showing 21 changed files with 8,109 additions and 334 deletions.
5 changes: 1 addition & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Contributing Guide

Hi! I'm really excited that you are interested in contributing to Canvas. The following guide will help you get
your environment set up to begin making changes.

## Table of Contents
Thank you for considering contributing to Canvas! One of the ongoing goals for Canvas is to make it as accessible as possible. If you come across any translation mistakes or issues and want to make a contribution, please [create a pull request](https://github.com/austintoddj/canvas/pulls). If you don't see your native language included in the `resources/lang` directory, feel free to add it.

- [OS Tools](#before-you-get-started)
- [Setup](#setup)
Expand Down
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# These are supported funding model platforms

github: austintoddj
custom: ["https://www.paypal.com/paypalme/austintoddj", "https://account.venmo.com/u/austintoddj"]
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
name: "\U0001F41E Bug report"
description: Create a report to help us improve
labels: ['bug']
body:
- type: markdown
attributes:
value: |
"Thanks for taking the time to fill out this bug report!"
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is.
placeholder: Bug description
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Steps to reproduce the behavior.
placeholder: Reproducible steps
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected behavior
description: A clear and concise description of what you expected to happen.
placeholder: Expected behavior
validations:
required: true
- type: textarea
id: system-info
attributes:
label: System Info
description: System information when you experience the issue.
render: shell
placeholder: PHP/Laravel version, browser, database
validations:
required: true
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the bug report here.
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following:
options:
- label: Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
required: true
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: "\U0001F680 New feature proposal"
description: Suggest an idea for this project
body:
- type: markdown
attributes:
value: |
Thanks for your interest in the project and taking the time to fill out this feature report!
- type: textarea
id: feature-description
attributes:
label: Is your feature request related to a problem? Please describe.
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
validations:
required: true
- type: textarea
id: suggested-solution
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea
id: additional-context
attributes:
label: Additional context
description: Add any other context or screenshots about the feature request here.
- type: checkboxes
id: checkboxes
attributes:
label: Validations
description: Before submitting the issue, please make sure you do the following
options:
- label: Read the [Contributing Guidelines](https://github.com/austintoddj/canvas/blob/master/.github/CONTRIBUTING.md).
required: true
- label: Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.
required: true
8 changes: 4 additions & 4 deletions .github/SPONSORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ If you haven't already, [star the repo](https://github.com/austintoddj/canvas/st

<tr>
<td align="center" valign="center">
<a href="https://www.jetbrains.com"><img width="180px" src="assets/jetbrains.png"></a>
<a href="https://www.jetbrains.com"><img width="180px" src="docs/jetbrains.png"></a>
</td>
<td align="center" valign="center">
<a href="https://digitalocean.com/?refcode=41cb45b3c7db"><img width="180px" src="assets/digitalocean.png"></a>
<a href="https://digitalocean.com/?refcode=41cb45b3c7db"><img width="180px" src="docs/digitalocean.png"></a>
</td>
<td align="center" valign="center">
<a href="https://www.navicat.com"><img width="180px" src="assets/navicat.png"></a>
<a href="https://www.navicat.com"><img width="180px" src="docs/navicat.png"></a>
</td>
<td align="center" valign="center">
<a href="https://readme.io"><img width="180px" src="assets/readme.png"></a>
<a href="https://readme.io"><img width="180px" src="docs/readme.png"></a>
</td>
</tr>

Expand Down
5 changes: 5 additions & 0 deletions .github/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions & Discussions
url: https://github.com/austintoddj/canvas/discussions
about: Use GitHub discussions for message-board style questions and discussions.
38 changes: 38 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
assignees:
- "austintoddj"
labels:
- "github-actions"
- "dependencies"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
assignees:
- "austintoddj"
labels:
- "npm"
- "dependencies"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
assignees:
- "austintoddj"
labels:
- "composer"
- "dependencies"
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
/coverage
/.idea
/.vscode
composer.lock
npm-debug.log
yarn-error.log
Thumbs.db
Expand Down
7 changes: 4 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ checkoutLocation: canvas

vscode:
extensions:
- equinusocio.vsc-community-material-theme
- octref.vetur
- esbenp.prettier-vscode
- equinusocio.vsc-material-theme
- equinusocio.vsc-community-material-theme
- equinusocio.vsc-material-theme-icons
- esbenp.prettier-vscode
- octref.vetur
- eamodio.gitlens
- github.vscode-pull-request-github

github:
prebuilds:
Expand Down
Loading

0 comments on commit 15d129f

Please sign in to comment.