development_update #1

Merged
mik-tf merged 2 commits from development_update into development 2024-06-04 12:11:55 +00:00

View File

@ -7,6 +7,7 @@
- [Website Preview](#website-preview) - [Website Preview](#website-preview)
- [License](#license) - [License](#license)
- [References](#references) - [References](#references)
- [Contribute](#contribute)
--- ---
@ -47,3 +48,14 @@ For more information, read the original [AstroWind docs](./website_docs/README.m
This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind). This INCA Docs website is based on the amazing [AstroWind repo](https://github.com/onwidget/astrowind).
We changed the license from MIT to Apache 2.0 to suit this specific project. We changed the license from MIT to Apache 2.0 to suit this specific project.
## Contribute
To contribute to this repository:
- Make a new branch with `development_` as a prefix (e.g. `development_update`)
- Make changes locally on your code editor
- Push changes to the new branch
- Make a pull request to `development` branch
The code owners will merge `development` branch to `main` branch.