diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0e53326..f996574 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,6 +3,7 @@ name: Bug report about: Report a defect labels: bug --- + **Description** **Steps to Reproduce** **Expected / Actual** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 56b886c..9aa9a5a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,9 @@ name: Feature request about: Propose an enhancement labels: enhancement --- + **Goal** **Scope** **Acceptance Criteria** + - [ ] ... diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1a2cd33..7924245 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,11 @@ ## Purpose + ## Changes + - ... + ## Checks + - [ ] Lint ok - [ ] Prettier ok - [ ] Docs updated diff --git a/.prettierrc.cjs b/.prettierrc.cjs index 2b6ca87..936a8e3 100644 --- a/.prettierrc.cjs +++ b/.prettierrc.cjs @@ -1,7 +1,7 @@ module.exports = { printWidth: 100, singleQuote: true, - trailingComma: "all", + trailingComma: 'all', semi: true, - arrowParens: "always", + arrowParens: 'always', }; diff --git a/README.md b/README.md index 92ab1ce..ee13927 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@
Sesh is a mono-repo for managing PA/QV documentation. -It includes setup for **ESLint**, **Prettier**, **Husky hooks**, branching rules, GitHub workflows (CI/CD), and issue/PR templates. +It includes setup for **ESLint**, **Prettier**, **Husky hooks**, branching rules, GitHub workflows (CI/CD), and issue/PR templates. This serves as the foundation for future implementations (React/Laravel) with Keycloak integration. diff --git a/apps/backend/README.md b/apps/backend/README.md index b224614..ce8a098 100644 --- a/apps/backend/README.md +++ b/apps/backend/README.md @@ -1 +1 @@ -Here will be the backend \ No newline at end of file +Here will be the backend diff --git a/apps/frontend/README.md b/apps/frontend/README.md index 6d4ab91..60ac336 100644 --- a/apps/frontend/README.md +++ b/apps/frontend/README.md @@ -1 +1 @@ -Here will be the frontend \ No newline at end of file +Here will be the frontend diff --git a/docs/BRANCHING.md b/docs/BRANCHING.md index 26e66b9..87ada43 100644 --- a/docs/BRANCHING.md +++ b/docs/BRANCHING.md @@ -1,4 +1,5 @@ # Branching Rules + - Protected: main (PR only, squash, CI must pass) - Names: feat/