An open API service indexing awesome lists of open source software.

https://github.com/lukas-kuntze/devx-template-basic

A standardized and centrally maintained template repository designed to ensure efficient, consistent, and compliant repository creation across all projects.
https://github.com/lukas-kuntze/devx-template-basic

developer-experience github-actions github-workflows software-development

Last synced: 4 months ago
JSON representation

A standardized and centrally maintained template repository designed to ensure efficient, consistent, and compliant repository creation across all projects.

Awesome Lists containing this project

README

          

# About the Project

This template provides standardized configurations for development workflows, code quality enforcement, and automated compliance checks. It helps teams quickly set up consistent and high-quality development processes.

---

## Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Any contributions to this repository need to follow the following guidelines.

1. Clone the repository locally
2. Activate the git hooks (`git config core.hooksPath .githooks`)
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'feat: Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request