From e2d597bc3372321e3c5a2a09a7c316e3f9a6d516 Mon Sep 17 00:00:00 2001 From: Pinterics David <55298934+pinterid@users.noreply.github.com> Date: Wed, 5 Aug 2020 14:26:18 +0200 Subject: [PATCH] Update CONTRIBUTING.md Update contributing guidelines. --- CONTRIBUTING.md | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dcd0345..85606e8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@

- - Erebos Logo + + SNEK Logo

@@ -12,35 +12,33 @@

## Table of contents -- [Table of contents](#table-of-contents) -- [[](#commits)Commits](#commitscommits) -- [[](#pull-requests)Pull Requests](#pull-requestspull-requests) +- [Table of contents](#table-of-contents) +- [Commits](#commits) +- [Pull Requests](#pull-requests) ## [](#commits)Commits -- All commits may start with an uppercase letter -- All commits must be written in present tense -- All commits may be multiline commits -- The commit headline must have a maximum of 71 chars -- The commit message must have a maxmum of 71 chars per line -- If possible, include link to online topic as reference (Ref: ) -- Detailed explanation why the commit was done -- Include reference to issue if one exists -- All commits must be verified -- No commits, under no circumstances, should be directly pushed to master (deadly) -- Each commit should only serve one purpose +- All commits may start with an uppercase letter +- All commits must be written in present tense +- All commits may be multiline commits +- The commit headline must have a maximum of 71 chars +- The commit message must have a maximum of 71 chars per line +- If possible, include link to online topic as reference (Ref: ) +- Detailed explanation why the commit was done +- Include reference to issue if one exists +- All commits must be verified +- No commits, under no circumstances, should be directly pushed to master (deadly) +- Each commit should only serve one purpose ## [](#pull-requests)Pull Requests -- Each pull request should only follow one topic -- You must follow the guidelines / template -- Each pull request must answer one more more issues -- Each pull request must have at least one reviewer -- Each pull request must have at least one assigned developers -- Each pull request must have a label -- Each pull request should be merged by a reviewer - +- Each pull request should only follow one topic +- You must follow the guidelines / template +- Each pull request must have at least one reviewer +- Each pull request must have at least one assigned developers +- Each pull request must have a label +- Each pull request should be merged by the maintainer SPDX-License-Identifier: (EUPL-1.2) Copyright © 2019-2020 Simon Prast