Welcome to the Umicom Foundation website repository! This project houses the foundation's website, where we share our mission, ongoing initiatives, and updates. We welcome contributions from the community to improve and expand the website.
-
Clone the repository
To get started, clone the repository to your local machine:git clone https://github.com/umicom-foundation/website.git
-
Create a new branch It's recommended to create a new branch for your changes:
git checkout -b your-branch-name
-
Make your changes Modify files, add content, or fix any issues as needed.
-
Commit your changes Once you're happy with your changes, commit them:
git add . git commit -m "Your commit message"
-
Push your changes Push your changes to your branch:
git push origin your-branch-name
-
Create a pull request Go to the repository on GitHub and click on "Pull Requests." Open a new pull request (PR) to merge your changes into the main branch.
Make sure to provide a detailed description of the changes you've made when opening the PR.
Important Notes:
- Please ensure that your code follows the existing style and structure of the repository.
- If you are adding new features or functionality, please include tests where applicable.
- Ensure that all content is appropriate, respectful, and aligned with the values of the Umicom Foundation.
We appreciate your contributions to improving the website! If you have any questions or need help, feel free to reach out to the project maintainers.