Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sous-chefs/.github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.6
Choose a base ref
...
head repository: sous-chefs/.github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.7
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 3, 2023

  1. Fix frowning emoji

    ArtofBugs authored Oct 3, 2023
    Copy the full SHA
    366bbb3 View commit details

Commits on Oct 4, 2023

  1. Merge pull request #29 from ArtofBugs/frown-emoji

    Fix Frowning Emoji
    xorima authored Oct 4, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7c71378 View commit details

Commits on Oct 7, 2023

  1. Update CONTRIBUTING.md

    xorima authored Oct 7, 2023
    Copy the full SHA
    3e2c6fe View commit details

Commits on Oct 9, 2023

  1. chore(deps): update davidanson/markdownlint-cli2-action action to v13 (

    …#28)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 9, 2023
    Copy the full SHA
    19068b3 View commit details
Showing with 4 additions and 4 deletions.
  1. +1 −1 .github/ISSUE_TEMPLATE/feature_request.md
  2. +1 −1 .github/workflows/lint-unit.yml
  3. +2 −2 CONTRIBUTING.md
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ assignees: ''

Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.

## :person_frowning: Problem Statement
## :frowning_person: Problem Statement

A clear and concise description of what the problem is. E.g. I'm always frustrated when [...]

2 changes: 1 addition & 1 deletion .github/workflows/lint-unit.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: DavidAnson/markdownlint-cli2-action@v12
uses: DavidAnson/markdownlint-cli2-action@v13
with:
globs: "**/*.md"

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@

## Branches

### `master` branch
### `main` branch

The master branch is the current committed changes. These changes may not yet be released although we try to release often.
The main branch is the current committed changes. These changes may not yet be released although we try to release often.

## Tags