We welcome and appreciate contributions from the community to enhance our AI-focused button library. Please follow the steps below to contribute:
-
Fork the Repository:
- Navigate to the main repository: Empire Code Foundation UI.
- Click on the "Fork" button in the upper-right corner of the page to create a copy of the repository under your GitHub account.
-
Clone Your Fork:
- Clone the forked repository to your local machine using the following command:
git clone https://github.com/YOUR-USERNAME/ui.git
- Replace
YOUR-USERNAMEwith your GitHub username.
- Clone the forked repository to your local machine using the following command:
-
Create a New Branch:
- Before making any changes, create a new branch from
DesignTeam2-Stagefor your work:git checkout -b your-feature-branch origin/DesignTeam2-Stage
- Replace
your-feature-branchwith a meaningful name for your branch.
- Before making any changes, create a new branch from
-
Implement Your Changes:
- Follow the roadmap and guidelines provided in this document to develop your feature or fix.
- Make sure each button has its own
route.tsfile that handles specific logic and API calls.
-
Commit Your Changes:
- Once your changes are ready, commit them with a descriptive commit message:
git add . git commit -m "Add [Feature]: Description of the feature or fix"
- Once your changes are ready, commit them with a descriptive commit message:
-
Push Your Changes:
- Push your changes to your forked repository:
git push origin your-feature-branch
- Push your changes to your forked repository:
-
Create a Pull Request:
- Navigate to the original repository: Empire Code Foundation UI.
- Click on the "Compare & pull request" button.
- Ensure your pull request is targeted at the
DesignTeam2-Stagebranch. - Provide a detailed description of your changes and any relevant information.
-
Wait for Review:
- One of our team members will review your pull request. Please be patient as we review your contribution.
-
Incorporate Feedback:
- If any changes or improvements are requested, make the necessary updates and push them to your branch. The pull request will automatically update.
Thank you for contributing to the Empire Code Foundation UI project! Your efforts help make this library better for everyone.