Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -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."
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down