Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: small changes #32

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .ecrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"CHANGELOG.md",
"config.yml",
"CONTRIBUTING.md",
"PULL_REQUEST_TEMPLATE.md",
"README.md"
]
}
6 changes: 2 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Please, go through these steps before you submit a **Pull Request**.

- You have done your changes in a separate branch.
Branches MUST have descriptive names that start with either:
**`fix/`**, **`feature/`** or **`refactor`** prefixes.
**`fix/`**, **`feature/`** or **`refactor/`** prefixes.

> Example:
>
Expand All @@ -28,8 +28,6 @@ Please, go through these steps before you submit a **Pull Request**.
- Put **`closes #XXXX`** in your comment to auto-close
the Issue that your **Pull Request** fixes (if such).

IMPORTANT: Please see our
[**Contribution Guidelines**](https://github.com/Archoleat/stylelint-config-extended-scss/blob/main/CONTRIBUTING.md)
for details.
IMPORTANT: Please see our **Contribution Guidelines** for details.

**PLEASE REMOVE THIS TEMPLATE BEFORE SUBMITTING**
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ for all involved. The community looks forward to your contributions.
## Code of Conduct

This project and everyone participating in it is governed by the
[**Archoleat Stylelint Config Extended SCSS Code of Conduct**](https://github.com/Archoleat/stylelint-config-extended-scss/blob/main/CODE_OF_CONDUCT.md).
[**Archoleat Stylelint Config Extended SCSS Code of Conduct**](CODE_OF_CONDUCT.md).
By participating, you are expected to uphold this code.

## I Have a Question

> If you want to ask a question, we assume that you have read
> the available [**Documentation**](https://github.com/Archoleat/stylelint-config-extended-scss/blob/main/README.md).
> the available [**Documentation**](README.md).

Before you ask a question, it is best to search for existing
[**Issues**](https://github.com/Archoleat/stylelint-config-extended-scss/issues)
Expand Down Expand Up @@ -79,7 +79,7 @@ potential bug as fast as possible.

- Determine if your bug is really a bug and not an error on your side e.g.
using incompatible environment components/versions
(Make sure that you have read the [**Documentation**](https://github.com/Archoleat/stylelint-config-extended-scss/blob/main/README.md).
(Make sure that you have read the [**Documentation**](README.md).
If you are looking for support, you might want to check
[**this section**](#i-have-a-question)).

Expand Down Expand Up @@ -159,7 +159,7 @@ to understand your suggestion and find related suggestions.

- Make sure that you are using the latest version.

- Read the [**Documentation**](https://github.com/Archoleat/stylelint-config-extended-scss/blob/main/README.md)
- Read the [**Documentation**](README.md)
carefully and find out if the functionality is already covered,
maybe by an individual configuration.

Expand Down