Skip to content

Commit

Permalink
Merge pull request #9 from ngx-primer/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
elhakimdev authored Nov 27, 2024
2 parents 44be444 + 08decef commit 2e52e3f
Show file tree
Hide file tree
Showing 41 changed files with 9,969 additions and 3,666 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
- add props based styel/class declaration support ([4c4a53a](https://github.com/ngx-primer/primer-ui/commit/4c4a53a))
- remvoe unused imports ([cf51899](https://github.com/ngx-primer/primer-ui/commit/cf51899))

### ❤️ Thank You
### ❤️ Thank You

- ATS - Elhakim Cool
- ATS - Elhakim Cool
30 changes: 15 additions & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,26 @@ We welcome pull requests for new features, bug fixes, and documentation improvem

1. **Fork the repository**: Click the "Fork" button at the top of the repository to create a copy of the project under your own GitHub account.
2. **Clone your fork**: Clone your fork to your local machine.
```bash
git clone https://github.com/your-username/ngx-primer.git
```
```bash
git clone https://github.com/your-username/ngx-primer.git
```
3. **Create a new branch**: Create a new branch for your changes.
```bash
git checkout -b feature/your-feature-name
```
```bash
git checkout -b feature/your-feature-name
```
4. **Make your changes**: Implement your feature or bug fix. Ensure that your code follows the project's coding style and conventions.
5. **Run tests**: Run the tests to make sure everything works as expected.
```bash
nx test ngx-primer
```
```bash
nx test ngx-primer
```
6. **Commit your changes**: Commit your changes with a clear message describing what you've done.
```bash
git commit -m "Add new feature or fix bug"
```
```bash
git commit -m "Add new feature or fix bug"
```
7. **Push your changes**: Push your changes to your forked repository.
```bash
git push origin feature/your-feature-name
```
```bash
git push origin feature/your-feature-name
```
8. **Create a pull request**: Open a pull request against the main repository's `main` branch. Provide a clear description of your changes, including any relevant context or linked issues.

### Code Style and Guidelines
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ This project is inspired by the [Primer Design System](https://primer.style/), c
- [Primer GitHub Repository](https://github.com/primer)

And never forgetting special Thanks To (credit for project inspirations) :

- [Angular Primitives](https://angularprimitives.com/getting-started/introduction)
- [Angular CDK](https://material.angular.io/cdk)
- [Radix UI](https://radix-ui.com/)
Expand All @@ -102,4 +103,4 @@ See the [LICENSE](LICENSE) file for more information.

## Changelog

For details on what's changed in each release, check out the [Changelog](CHANGELOG.md).
For details on what's changed in each release, check out the [Changelog](CHANGELOG.md).
3 changes: 2 additions & 1 deletion apps/documentations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"@nx/vite": "20.1.0",
"@analogjs/vite-plugin-angular": "^1.9.0",
"tailwindcss": "^3.4.15",
"vite-tsconfig-paths": "^4.2.0"
"vite-tsconfig-paths": "^4.2.0",
"@ngx-primer/primitive/utilities": "0.0.2-0"
}
}
Loading

0 comments on commit 2e52e3f

Please sign in to comment.