Skip to content

Commit

Permalink
Updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Esterni committed Jul 26, 2020
1 parent f836f7b commit 85ca0a6
Show file tree
Hide file tree
Showing 4 changed files with 165 additions and 187 deletions.
12 changes: 11 additions & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
# Contributing (Under Construction)

Please feel free to open issues, offer suggestions, or fork and submit a pull request to help polish things up here. We only ask that you be willing to openly discuss things in a respectful manner. If you'd like to chat in Discord, I can be reached in the [iRacing Open Wheel Discord](https://discord.gg/UwnhM7w) (nearing 1000 members!). My username is Jacob Anderson7#4903. I'd be happy to hear from those interested in this project and if enough people reach out I'll make a section just for this project.

Please feel free to open issues, offer suggestions, or fork and submit a pull request to help polish things up here. We only ask that you be willing to openly discuss things in a respectful manner. If you'd like to chat in Discord, I can be reached in the [iRacing Open Wheel Discord](https://discord.gg/UwnhM7w) (nearing 1000 members!). My username is Jacob Anderson7#4903. I'd be happy to hear from those interested in this project and if enough people reach out I'll make a section just for this project.
## Code Style

This Repo follows the [PEP8 Styleguide.](https://www.python.org/dev/peps/pep-0008/)

- Line lengths are 79 characters. <sup>1</sup>
- Variable names use snake_case.
- Class names use CamelCase. (CapitalizedWords)
- Constants use ALL_CAPS.

<sup>1</sup>Not required to submit a pull request, but it will be changed before a merge. :)
Loading

0 comments on commit 85ca0a6

Please sign in to comment.