mirror of
https://github.com/django-components/django-components.git
synced 2025-12-03 20:00:02 +00:00
docs: Move docs-folder to root (#816)
* Move docs-folder form src to root * Avoid mkdocs package / module name clash * Update location of docs & add Windows compatibility * Update requirements-docs * Update generated file to current state
This commit is contained in:
parent
cdc830fca3
commit
594c0689ba
68 changed files with 116 additions and 108 deletions
27
docs/overview/contributing.md
Normal file
27
docs/overview/contributing.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
title: Contributing
|
||||
weight: 6
|
||||
---
|
||||
|
||||
### Bug reports
|
||||
|
||||
If you find a bug, please open an issue with detailed description of what happened.
|
||||
|
||||
### Bug fixes
|
||||
|
||||
If you found a fix for a bug or typo, go ahead and open a PR with a fix. We'll help
|
||||
you out with the rest!
|
||||
|
||||
### Feature requests
|
||||
|
||||
For feature requests or suggestions, please open either a discussion or an issue.
|
||||
|
||||
## Getting involved
|
||||
|
||||
django_components is still under active development, and there's much to build,
|
||||
so come aboard!
|
||||
|
||||
## Sponsoring
|
||||
|
||||
Another way you can get involved is by [donating](https://github.com/sponsors/EmilStenstrom)
|
||||
to the development of django_components.
|
||||
Loading…
Add table
Add a link
Reference in a new issue