Added a coding style guide

This commit is contained in:
Veronica K. B. Olsen
2019-11-03 15:55:37 +01:00
parent 33e3b67ba5
commit be78fd201e
2 changed files with 27 additions and 0 deletions
+5
View File
@@ -133,6 +133,11 @@ The different notes can be assigned tags, which the novel files can refer back t
Currently, this information can be used to display a Timeline View of the story, showing where each scene connects to the plot, and which characters, etc. occur in them.
Further features using this meta data will be added in the future.
## Contribution
If you ant to contribute to novelWriter, please follow the coding convention laid out in the [Style Guide](docs/markdown/style.md).
They broadly follow Python PEP8, but there are a few modifications.
## Screenshot
![Screenshot 1](docs/source/images/screenshot.png)