diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e637aa5..230804e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 @@ -85,165 +84,6 @@ To ensure consistency throughout the source code, keep these rules in mind as yo * All features or bug fixes **must be tested** by one or more specs (unit-tests). * All public API methods **must be documented**. -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**. - - -``` -
- - - -