https://github.com/preethi-dev/d_for_design_system
https://github.com/preethi-dev/d_for_design_system
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/preethi-dev/d_for_design_system
- Owner: Preethi-Dev
- Created: 2024-12-13T14:26:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T11:38:28.000Z (5 months ago)
- Last Synced: 2025-02-13T08:35:25.253Z (3 months ago)
- Language: JavaScript
- Homepage: https://d-for-design-system.vercel.app
- Size: 3.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contribution Guidelines for D for Design System
Thank you for your interest in contributing to **D for Design System**! We welcome all contributions that help make design systems clearer and more accessible. Whether you’re a beginner or an experienced developer, we encourage you to contribute to the project.
## How to Contribute
### 1. **Fork the Repository**
- Click the **Fork** button on the top-right of this repository to create a personal copy of the project.
### 2. **Clone Your Fork**
- Clone the repository to your local machine:
```bash
git clone https://github.com/your-useranme/d_for_design_system.git
```### 3. **Create a New Branch**
- Create a new branch for your feature or bug fix:
```bash
git checkout -b feature/your-feature-name
```### 4. **Make Your Changes**
- Make the necessary changes to the codebase, focusing on clarity, accessibility, and simplicity.
### 5. **Test Your Changes**
- Ensure everything works as expected and doesn’t break existing functionality.
### 6. **Commit Your Changes**
- Commit your changes with a descriptive message:
```bash
git commit -m "Add feature or fix issue"
```### 7. **Push Your Changes**
- Push your changes to your fork:
```bash
git push origin feature/your-feature-name
```### 8. **Open a Pull Request**
- Navigate to the original repository and click on **New Pull Request**.
- Describe your changes, what issue it solves (if applicable), and any additional information for the maintainers.## Code of Conduct
We expect all contributors to follow our **Code of Conduct** to ensure a respectful, inclusive, and positive environment for everyone. Please review the [Code of Conduct](./CODE_OF_CONDUCT.md) before contributing.
## Reporting Issues
If you find a bug or have a suggestion for improvement, please open an issue on GitHub by following these steps:
1. Go to the [Issues](https://github.com/your-username/d_for_design_system/issues) section.
2. Click **New Issue**.
3. Provide a clear description of the issue, steps to reproduce (if applicable), and any relevant context.## Thank You!
Your contributions help us make **D for Design System** better for everyone. We truly appreciate your involvement in creating an accessible and well-structured design system community!