From b7ce64a3168ae8bdf5b714aaa9eb6a2715898449 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 08:10:16 -0400 Subject: [PATCH 1/2] updated readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 26b7aa4..d63ade3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - [Website Preview](#website-preview) - [License](#license) - [References](#references) +- [Contribute](#contribute) --- @@ -47,3 +48,12 @@ 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). 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 \ No newline at end of file -- 2.40.1 From 6b039cb0d67ddb0cde25576d1176f4be3c9fbdb2 Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Tue, 4 Jun 2024 08:11:34 -0400 Subject: [PATCH 2/2] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d63ade3..35abab2 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,6 @@ 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 \ No newline at end of file +- Make a pull request to `development` branch + +The code owners will merge `development` branch to `main` branch. \ No newline at end of file -- 2.40.1