From dd91b6dbad27a8cc4e018e5725f9a4c192a79ec6 Mon Sep 17 00:00:00 2001 From: Inter Date: Sun, 17 Aug 2025 19:16:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore(contributing):=20rearrange?= =?UTF-8?q?=20`Adding=20a=20badge`=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit moves `Reporting an issue` below it, so that `Adding a badge` is in a better position --- CONTRIBUTING.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85b1767..418497c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,12 +38,6 @@ git push You can now create a [pull request](https://github.com/inttter/md-badges/pulls) to the repository with your changes. -## Reporting an issue - -If you encounter something that is wrong or incorrect, please check to see if the problem is not already an [open issue](https://github.com/inttter/md-badges/issues). - -If there is no open issue for your problem, [create a new issue](https://github.com/inttter/md-badges/issues/new?assignees=&labels=%F0%9F%90%9B+bug&projects=inttter%2Fmd-badges&template=02-issue-report.yml&title=%5BBug%5D%3A+) using the bug report template. Do your best to fill out each field, preferably in as much detail as possible. - ## Adding a badge > Make sure you have permission from whoever or whatever you are making a badge of to add them here. @@ -74,6 +68,12 @@ The correct format for inserting badges within a table is as follows: | [![Badge Name](Link)](#) | `[![Badge Name](Link)](#)` | ``` +## Reporting an issue + +If you encounter something that is wrong or incorrect, please check to see if the problem is not already an [open issue](https://github.com/inttter/md-badges/issues). + +If there is no open issue for your problem, [create a new issue](https://github.com/inttter/md-badges/issues/new?assignees=&labels=%F0%9F%90%9B+bug&projects=inttter%2Fmd-badges&template=02-issue-report.yml&title=%5BBug%5D%3A+) using the bug report template. Do your best to fill out each field, preferably in as much detail as possible. + ## Questions If you have any inquiries, would like to ask for help, or have anything else that does not fit within the available templates, feel free to make a [blank issue](https://github.com/inttter/md-badges/issues/new) outside of the templates offered, with the `question` label.