Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Fixed contributing notice newlines #12

Merged
merged 1 commit into from
Mar 11, 2023
Merged
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
18 changes: 9 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
# Contributing

Thank you for contributing! It's very appreciated. ♥️
Thank you for contributing! It's very appreciated. ♥️\
Please verify that you can check the following boxes.

## Before opening a PR

- [ ] The PR has a defined scope, it changes one thing (and not any unrelated other)
- [ ] If it is a bug fix, there is an opened issue<sup>1</sup>
- [ ] The PR has a defined scope, it changes one thing (and not any unrelated other)
- [ ] If it is a bug fix, there is an opened issue<sup>1</sup>

<sup>1</sup> If no issue exists about the bug, don't hesitate to open one~

## Once the PR is opened

- [ ] If it is a bug fix, you tagged the related issue in the PR title<sup>2</sup>
- [ ] If needed, you wrote the reasons of your change(s) in the PR description
- [ ] The Rust GHA workflow status passes<sup>3</sup>
- [ ] If it is a bug fix, you tagged the related issue in the PR title<sup>2</sup>
- [ ] If needed, you wrote the reasons of your change(s) in the PR description
- [ ] The Rust GHA workflow status passes<sup>3</sup>

<sup>2</sup> The recommended formatting is: `GH-XXX: <title>` with `XXX` being the issue number.
<sup>2</sup> The recommended formatting is: `GH-XXX: <title>` with `XXX` being the issue number.\
<sup>3</sup> The pre-commit CI status does not have to pass, but it's better if it does 💕

### Suggested, but not enforced:

- [ ] The changes you made are in a separate branch (i.e. not your fork's `main`)
- [ ] The changes you made are in a separate branch (i.e. not your fork's `main`)

## Once the PR is merged

Thank you again~ Your contribution is very valuable.
Thank you again~ Your contribution is very valuable.\
You can now delete your branch safely. 😄

## My PR got closed...
Expand Down