diff --git a/.github/issue_template/bug.md b/.github/ISSUE_TEMPLATE/bug.md similarity index 100% rename from .github/issue_template/bug.md rename to .github/ISSUE_TEMPLATE/bug.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..4ff8f08 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: "GitHub Discussions" + url: "https://github.com/RockRunner007/template/discussions" + about: "Use discussions for general questions and proposal conversations." + - name: "Issue templates" + url: "https://github.com/RockRunner007/template/issues/new/choose" + about: "Choose a template for bug reports or feature requests." diff --git a/.github/issue_template/feature.md b/.github/ISSUE_TEMPLATE/feature.md similarity index 100% rename from .github/issue_template/feature.md rename to .github/ISSUE_TEMPLATE/feature.md diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 0c7302d..be6e3c1 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -2,9 +2,9 @@ name: Test and Build on: workflow_dispatch: -# push: -# branches: [ main ] -# pull_request: + push: + branches: [ main ] + pull_request: jobs: build-and-test: diff --git a/.gitignore b/.gitignore index b7faf40..f22421f 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,9 @@ ipython_config.py .pdm-build/ # pixi + +# VS Code settings and workspace +.vscode/ # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. #pixi.lock # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one diff --git a/README.md b/README.md index 80d6c6c..ac4e3d3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ ![Dependabot](https://img.shields.io/badge/dependabot-enabled-blue.svg) ![License](https://img.shields.io/github/license/RockRunner007/template) +> GitHub Community Health: 100% (description, documentation, code of conduct, contributing guidelines, PR template, license, README) + A comprehensive project template for building production-ready services with: - **Specification-Driven Development** integration with example specs