I: include commit convention
Some checks are pending
Backend CI / build (3.12) (push) Waiting to run
Frontend CI / build (22.x) (push) Waiting to run

This commit is contained in:
Ivan 2024-07-26 00:40:15 +03:00
parent b7e6b24e44
commit 473f17cfa6

View File

@ -11,13 +11,14 @@
[![Frontend CI](https://github.com/IRBorisov/ConceptPortal/actions/workflows/frontend.yml/badge.svg?branch=main)](https://github.com/IRBorisov/ConceptPortal/actions/workflows/frontend.yml) [![Frontend CI](https://github.com/IRBorisov/ConceptPortal/actions/workflows/frontend.yml/badge.svg?branch=main)](https://github.com/IRBorisov/ConceptPortal/actions/workflows/frontend.yml)
React + Django based web portal for editing RSForm schemas. React + Django based web portal for editing RSForm schemas.
This readme file is used mostly to document project dependencies This readme file is used mostly to document project dependencies and conventions.
## ❤️ Contributing notes ## ❤️ Contributing notes
- feel free to open issues, discussion topics, contact maintainer directly - feel free to open issues, discussion topics, contact maintainer directly
- use Test config in VSCode to run tests before pushing commits / requests - use Test config in VSCode to run tests before pushing commits / requests
- use github actions to setup linter checks and test builds - use github actions to setup linter checks and test builds
- use conventional commits to describe changes
## ✨ Frontend [Vite + React + Typescript] ## ✨ Frontend [Vite + React + Typescript]
@ -138,6 +139,14 @@ This readme file is used mostly to document project dependencies
# Developer Notes # Developer Notes
## 📝 Commit conventions
- 🚀 F: major feature implementation
- 💄 D: UI design
- 🚑 B: bug fix
- 🔧 R: refactoring and code improvement
- 📝 I: documentation
## 🖥️ Local build (Windows 10+) ## 🖥️ Local build (Windows 10+)
This is the build for local Development This is the build for local Development