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
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* @mkarson1997

/.github/ @mkarson1997
/CargoAPI.Business/ @mkarson1997
/CargoAPI.DataAccess/ @mkarson1997
/CargoAPI.Tests/ @mkarson1997
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Bug report
description: Report reproducible incorrect behavior
title: "bug: "
labels: []
body:
- type: markdown
attributes:
value: |
Thanks for helping improve CargoAPI. Do not include passwords, connection strings, API keys, tokens, or customer data.
- type: textarea
id: problem
attributes:
label: Problem
description: What happened, and what did you expect instead?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Minimal reproduction
description: Provide exact requests, domain inputs, or commands using synthetic data.
validations:
required: true
- type: input
id: environment
attributes:
label: Environment
description: .NET SDK, OS, database/container setup, and relevant version information.
validations:
required: true
- type: textarea
id: notes
attributes:
label: Additional context
description: Logs are welcome after removing secrets and private data.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Feature request
description: Suggest a focused API, domain, or operational improvement
title: "feat: "
labels: []
body:
- type: textarea
id: problem
attributes:
label: Problem or opportunity
description: What domain, API, reliability, or developer-experience problem would this solve?
validations:
required: true
- type: textarea
id: proposal
attributes:
label: Proposed solution
description: Describe the desired behavior and any API or data-model impact.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives considered
description: Optional trade-offs, compatibility concerns, or implementation notes.
7 changes: 7 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Code of Conduct

We are committed to a respectful, professional, and harassment-free open-source community.

Be constructive in technical disagreement, focus criticism on ideas and code, protect private or sensitive data, and assume contributors are collaborating in good faith. Harassment, threats, discriminatory abuse, or publishing another person's private information are not acceptable.

Project maintainers may remove content or restrict participation when needed to protect the community.
Loading