Skip to content

Commit

Permalink
WIP format 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 24, 2024
1 parent b030939 commit 9873855
Show file tree
Hide file tree
Showing 26 changed files with 315 additions and 177 deletions.
25 changes: 13 additions & 12 deletions .github/CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, gender identity and expression, level of experience,
nationality, personal appearance, race, religion, or sexual identity and
orientation.
size, disability, ethnicity, gender identity and expression, level of
experience, nationality, personal appearance, race, religion, or sexual identity
and orientation.

### Our Standards

Expand Down Expand Up @@ -37,11 +37,11 @@ Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.
Project maintainers have the right and responsibility to remove, edit, or reject
comments, commits, code, wiki edits, issues, and other contributions that are
not aligned to this Code of Conduct, or to ban temporarily or permanently any
contributor for other behaviors that they deem inappropriate, threatening,
offensive, or harmful.

### Scope

Expand All @@ -58,17 +58,18 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [INSERT EMAIL ADDRESS]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.
obligated to maintain confidentiality with regard to the reporter of an
incident. Further details of specific enforcement policies may be posted
separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

### Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 1.4, available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
220 changes: 164 additions & 56 deletions .github/CONTRIBUTING.md

Large diffs are not rendered by default.

34 changes: 16 additions & 18 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,33 @@ about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

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

**To Reproduce** Steps to reproduce the behavior:

**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.
**Expected behavior** A clear and concise description of what you expected to
happen.

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

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context** Add any other context about the problem here.
6 changes: 4 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
### All Submissions

- [ ] Have you followed the guidelines in our Contributing document?
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../../pulls) for the same update/change?
- [ ] Have you checked to ensure there aren't other open
[Pull Requests](../../../pulls) for the same update/change?

<!-- You can erase any parts of this template not applicable to your Pull Request. -->

Expand All @@ -12,6 +13,7 @@

### Changes to Core Features

- [ ] Have you added an explanation of what your changes do and why you'd like us to include them?
- [ ] Have you added an explanation of what your changes do and why you'd like
us to include them?
- [ ] Have you written new tests for your core changes, as applicable?
- [ ] Have you successfully ran tests with your changes locally?
12 changes: 8 additions & 4 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ If you discover a security issue, please bring it to our attention right away!

## Reporting a Vulnerability

Please **DO NOT** file a public issue to report a security vulnerability, instead send your report privately to **add-email**. This will help ensure that any vulnerabilities that are found can be [disclosed responsibly](https://en.wikipedia.org/wiki/Responsible_disclosure) to any affected parties.
Please **DO NOT** file a public issue to report a security vulnerability,
instead send your report privately to **add-email**. This will help ensure that
any vulnerabilities that are found can be
[disclosed responsibly](https://en.wikipedia.org/wiki/Responsible_disclosure) to
any affected parties.

## Supported Versions

Project versions that are currently being supported with security updates vary per project.
Please see specific project repositories for details.
If nothing is specified, only the latest major versions are supported.
Project versions that are currently being supported with security updates vary
per project. Please see specific project repositories for details. If nothing is
specified, only the latest major versions are supported.
31 changes: 25 additions & 6 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,45 @@ Need help getting started or using a project? Here's how.

## How to get help

Generally, we do not use GitHub as a support forum. For any usage questions that are not specific to the project itself, please ask on [Stack Overflow](https://stackoverflow.com) instead. By doing so, you are more likely to quickly solve your problem, and you will allow anyone else with the same question to find the answer. This also allows maintainers to focus on improving the project for others.
Generally, we do not use GitHub as a support forum. For any usage questions that
are not specific to the project itself, please ask on
[Stack Overflow](https://stackoverflow.com) instead. By doing so, you are more
likely to quickly solve your problem, and you will allow anyone else with the
same question to find the answer. This also allows maintainers to focus on
improving the project for others.

Please seek support in the following ways:

1. :book: **Read the documentation and other guides** for the project to see if you can figure it out on your own. These should be located in a root `docs/` directory. If there is an example project, explore that to learn how it works to see if you can answer your question.
1. :book: **Read the documentation and other guides** for the project to see if
you can figure it out on your own. These should be located in a root `docs/`
directory. If there is an example project, explore that to learn how it works
to see if you can answer your question.

1. :bulb: **Search for answers and ask questions on [Stack Overflow](https://stackoverflow.com).** This is the most appropriate place for debugging issues specific to your use of the project, or figuring out how to use the project in a specific way.
1. :bulb: **Search for answers and ask questions on
[Stack Overflow](https://stackoverflow.com).** This is the most appropriate
place for debugging issues specific to your use of the project, or figuring
out how to use the project in a specific way.

1. :memo: As a **last resort**, you may open an issue on GitHub to ask for help. However, please clearly explain what you are trying to do, and list what you have already attempted to solve the problem. Provide code samples, but **do not** attach your entire project for someone else to debug. Review our [contributing guidelines](/.github/CONTRIBUTING.md).
1. :memo: As a **last resort**, you may open an issue on GitHub to ask for help.
However, please clearly explain what you are trying to do, and list what you
have already attempted to solve the problem. Provide code samples, but **do
not** attach your entire project for someone else to debug. Review our
[contributing guidelines](/.github/CONTRIBUTING.md).

## What NOT to do

Please **do not** do any the following:

1. :x: Do not reach out to the author or contributor on Twitter (or other social media) by tweeting or sending a direct message.
1. :x: Do not reach out to the author or contributor on Twitter (or other social
media) by tweeting or sending a direct message.

1. :x: Do not email the author or contributor.

1. :x: Do not open duplicate issues or litter an existing issue with +1's.

These are not appropriate avenues for seeking help or support with an open-source project. Please follow the guidelines in the previous section. Public questions get public answers, which benefits everyone in the community. ✌️
These are not appropriate avenues for seeking help or support with an
open-source project. Please follow the guidelines in the previous section.
Public questions get public answers, which benefits everyone in the community.
✌️

## Customer Support
16 changes: 8 additions & 8 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Quotation marks are required for the leading asterisk
root:
- changed-files:
- any-glob-to-any-file: "*"
- any-glob-to-any-file: '*'
# Add 'AnyChange' label to any changes within the entire repository
# AnyChange:
# - changed-files:
Expand Down Expand Up @@ -42,19 +42,19 @@ Actions:
source:
- all:
- changed-files:
- any-glob-to-any-file: "src/main/**/*"
- all-globs-to-all-files: "!src/docs/*"
- any-glob-to-any-file: 'src/main/**/*'
- all-globs-to-all-files: '!src/docs/*'
tests:
- all:
- changed-files:
- any-glob-to-any-file: "src/test/**/*"
- all-globs-to-all-files: "!src/docs/*"
- any-glob-to-any-file: 'src/test/**/*'
- all-globs-to-all-files: '!src/docs/*'
# Add 'feature' label to any PR where the head branch name starts with `feature` or has a `feature` section in the name
feature:
- head-branch: ["^feature", "feature"]
- head-branch: ['^feature', 'feature']
# add 'issue' label when a branch starts with number-
issue:
- head-branch: ["^[0-9]", "issue"]
- head-branch: ['^[0-9]', 'issue']
# Add 'release' label to any PR that is opened against the `main` branch
release:
- base-branch: "main"
- base-branch: 'main'
3 changes: 2 additions & 1 deletion .github/old-worktrees/workflows/spotify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
# version: 8.6.0

- name: Install Infisical CLI
run: sudo apt-get update && sudo apt-get install -y curl && curl -1sLf
run:
sudo apt-get update && sudo apt-get install -y curl && curl -1sLf
'https://dl.cloudsmith.io/public/infisical/infisical-cli/setup.deb.sh'
| sudo bash -E && sudo apt-get update && sudo apt-get install -y
infisical
Expand Down
8 changes: 4 additions & 4 deletions .github/sm/inactive/dependency-review-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
name: Dependency Review Vulnerability Check On Push Workflow
on:
push:
branches: ["dev"]
branches: ['dev']
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
permissions:
contents: read
jobs:
Expand Down
14 changes: 7 additions & 7 deletions .github/sm/inactive/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
name: Gradle Check and Build
on:
push:
branches: ["main", "dev"]
branches: ['main', 'dev']
pull_request:
branches: ["main", "dev"]
branches: ['main', 'dev']
# allow manual execution of the workflow while testing
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
java-version: '17'
distribution: 'temurin'
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
Expand Down
4 changes: 2 additions & 2 deletions .github/sm/inactive/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
java-version: '17'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Publish package
Expand Down
2 changes: 1 addition & 1 deletion .github/sm/inactive/mirror-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- dev
# You can add more triggers, such as scheduled events
schedule:
- cron: "0 0 * * *"
- cron: '0 0 * * *'
jobs:
sync:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/sm/inactive/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ on:
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
jobs:
deploy:
name: sonarqube
Expand Down
6 changes: 3 additions & 3 deletions .github/sm/workflows/dependency-review-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
permissions:
contents: read
jobs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
name: Download and submit dependency graph on PR workflow
on:
workflow_run:
workflows: ["Dependency Submission on PR Workflow"]
workflows: ['Dependency Submission on PR Workflow']
types: [completed]
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
permissions:
contents: write
jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/sm/workflows/dependency-submission-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
name: Dependency Submission on PR Workflow
on:
pull_request:
branches: ["dev"]
branches: ['dev']
workflow_dispatch:
inputs:
logLevel:
description: "Log level"
default: "warning"
description: 'Log level'
default: 'warning'
tags:
description: "Test scenario tags"
description: 'Test scenario tags'
permissions:
contents: read
jobs:
Expand Down
Loading

0 comments on commit 9873855

Please sign in to comment.