Browse Source

Fix CodingStyle link (#1473)

pull/1474/head
Xose Pérez 5 years ago
committed by GitHub
parent
commit
a5d1e4a41a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/contribute.md

+ 1
- 1
.github/contribute.md View File

@ -9,7 +9,7 @@ Second. Let's try to keep it homogeneous and readable. I have my coding style. I
* **Only touch relevant files** (beware if your editor has auto-formatting feature enabled)
* If you are adding a new functionality (new hardware, new library support) not related to an existing component move it to it's **own modules** (.ino file)
* If you are adding new library, include it in one of the **sample travis profiles**, so our integrated CI will try to compile it.
* Make sure you check [Coding Style](CodingStyle)
* Make sure you check [Coding Style](https://github.com/xoseperez/espurna/wiki/CodingStyle)
* PRs that don't compile (break Travis) or cause more coding errors (as reported by Codacy) will not be merged. Please fix the issue. Same goes for PRs that are raised against older commit in dev - you might need to rebase and resolve conflicts.


Loading…
Cancel
Save