Updated Getting Involved (markdown)

Jeremy Stretch 2024-04-16 08:59:06 -04:00
parent 7eefda1e31
commit 8db084082c

@ -6,14 +6,14 @@ The most direct way of contributing to NetBox is helping out with bug reports an
Here are some other resources to help you get started:
* [NetBox development docs](https://netbox.readthedocs.io/en/stable/development/)
* [NetBox development docs](https://docs.netbox.dev/en/stable/development/)
* [NetBox live coding](https://www.youtube.com/channel/UCyTz3NglyCnIAhvEgat41sQ) sessions by **@jeremystretch**
* [Django documentation](https://docs.djangoproject.com/en/stable/)
* Free IDEs: [JetBrains PyCharm](https://www.jetbrains.com/pycharm/), [Microsoft Visual Studio Code](https://code.visualstudio.com/)
### Documentation
Coding not your thing? Don't worry, you can still contribute to NetBox's extensive [written documentation](https://netbox.readthedocs.io/en/stable/). It seems like there are always at least a couple [documentation issues](https://github.com/netbox-community/netbox/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+documentation%22) hanging around for a volunteer to snag, but you're also welcome to propose new changes or additions.
Coding not your thing? Don't worry, you can still contribute to NetBox's extensive [written documentation](https://docs.netbox.dev/en/stable/). It seems like there are always at least a couple [documentation issues](https://github.com/netbox-community/netbox/issues?q=is%3Aissue+is%3Aopen+label%3A%22type%3A+documentation%22) hanging around for a volunteer to snag, but you're also welcome to propose new changes or additions.
Our documentation is written using [Markdown](https://guides.github.com/features/mastering-markdown/) for markup, which is pretty common and super easy to pick up.