From 8cadcc174eefcb0e88e401ce4cc902c54300f169 Mon Sep 17 00:00:00 2001 From: Vini Black Date: Fri, 16 Feb 2024 12:38:26 -0300 Subject: [PATCH 1/2] Updated Code of Conduct --- CONTRIBUTING | 160 +-------------------------------------------------- 1 file changed, 1 insertion(+), 159 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index 5961730..07c74a4 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -9,13 +9,12 @@ As a contributor, here are the guidelines we would like you to follow: - [ Your First Code Contribution](#-your-first-code-contribution) - [ Submission Guidelines](#-submission-guidelines) - [ Coding Rules](#-coding-rules) - - [ Commit Message Format](#-commit-message-format) - [ Contact](#-contact) ## Code of Conduct -Help us keep Angular open and inclusive. Please read and follow our [Code of Conduct](https://github.com/w3b3d3v/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). +Help us keep Web3Task open and inclusive. Please read and follow our [Code of Conduct](https://github.com/w3b3d3v/code-of-conduct/blob/main/CODE_OF_CONDUCT.md). ## Reporting Bugs @@ -87,163 +86,6 @@ To ensure consistency throughout the source code, keep these rules in mind as yo An automated formatter is available, see [DEVELOPER.md](docs/DEVELOPER.md#clang-format). -## Commit Message Format - -*This specification is inspired by and supersedes the [AngularJS commit message format][commit-message-format].* - -We have very precise rules over how our Git commit messages must be formatted. -This format leads to **easier to read commit history**. - -Each commit message consists of a **header**, a **body**, and a **footer**. - - -``` -
- - - -