From e397ae1cf5f713eaeb760237e8037f624a9589df Mon Sep 17 00:00:00 2001 From: Rubem Pacelli Date: Thu, 11 Jan 2024 04:30:34 -0300 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d432c3c..691b5ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,6 @@ Please ensure your pull request adheres to the following guidelines: - Try to accommodate your theoretical subject under one of the existing sections. If it is not possible, create a new section and follow these guidelines: - Try as much as you can to create `### Subarea` within an existing `## Main subject` instead of creating a new `## Main subject`. - Don't modify the table of contents manually. There is a GitHub workflow that does it for us. - - The items of your new section must be within a `

` tag. - Make sure your suggestion follows this structure:

```- [tag](www.link.com) **Short title** - A longer explanation.```

where: