Skip to content

Commit

Permalink
Updated contribution steps (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored Feb 6, 2024
2 parents b7760f8 + 4efdafe commit 2e36e96
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/services/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sidebar_position: 1
<div className="hero-content">
<div className="hero-text">
<p className="hero__subtitle">
At CIROH, our dedicated team of engineers and developers is unwavering in its mission to harness the potential of both multi-cloud and on-premise infrastructure, offering unparalleled flexibility and scalability. We enhance our infrastructure through the seamless integration of multiple cloud providers, custom-tailored to meet the unique requirements of CIROH projects.
The CIROH Cloud is a scalable and efficient computing platform that allows users to access computational environments and resources without the burden of installation and maintenance tasks. At CIROH, our dedicated team of engineers and developers is unwavering in its mission to harness the potential of both multi-cloud and on-premise infrastructure, offering unparalleled flexibility and scalability. 2i2c JupyterHub is the JupyterHub deployed on Google Cloud. Pantarhei is an on-premises HPC cluster consisting of 8 nodes including one login node, 6 CPU nodes and 1 FPGA node. AWS is a cloud computing platform that provides a wide range of services, including compute, storage, and databases, to help users build and deploy applications quickly and securely. These resources are designed to empower researchers and innovators to analyze large-scale data and deliver research outcomes in quantitative ways.
</p>
</div>
<div className="row">
Expand Down
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ const config = {
label: "About us",
position: "right",
},
{
href: "/contribute",
label: "Contribute",
position: "right",
},
// {
// href: 'https://github.com/CIROH-UA',
// label: 'GitHub',
Expand Down
25 changes: 11 additions & 14 deletions src/pages/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,24 @@ Thank you for your interest in contributing to the CIROH DocuHub - CIROH's techn

Our website is constructed using [Docusaurus](https://docusaurus.io/), a modern static website generator.

## Major Changes

For significant changes, please follow these steps:

1. Before contributing to this repository, start by opening an issue ticket and creating a new issue.
2. On the issue ticket, navigate to the "Development" section and click on "Create a branch."
3. Create a new branch and check it out locally.
4. Implement your changes within the branch, commit them, and push them to the branch you created in Step 3.
- Please note: Follow the subsequent steps to test your changes locally.
5. Open a Pull Request, and after review by an admin, it will be merged into the main branch.
6. GitHub Actions will automatically trigger and update the site.

## Minor Changes

For minor changes, follow these steps:

1. Visit [docs.ciroh.org](https://docs.ciroh.org) and proceed with the following actions:
2. Click on "Edit page" to add new content.
1. Visit [docs.ciroh.org](https://docs.ciroh.org) and go to the page you want to edit.
2. Click on "Edit page" at the end of the page to add/update any content.
3. Create a Pull Request.
4. Your changes will be reviewed and merged by an admin.

## Major Changes

For significant changes, please follow these steps:

1. Go to https://github.com/CIROH-UA/ciroh-ua_website and fork the repo.
2. Once forked, make your changes and commit the changes in your local repository.
3. Create a pull request. Once submitted, admin will review and merge the pull request.
4. GitHub Actions will automatically build and publish the new changes.

If you encounter any issues or have questions, please don't hesitate to send an email to [email protected]. We appreciate your contributions!


Expand Down

0 comments on commit 2e36e96

Please sign in to comment.