Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 12 additions & 1 deletion .cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
"project_with_config_settings": "no",
"generate_docs": "yes",
"version": "2.10.0",
"original_publish_year": "2021"
"original_publish_year": "2021",
"_drift_manager": {
"template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
"template_dir": "python",
"template_ref": "main",
"cookie_dir": "",
"pull_request_strategy": "update-or-create",
"post_actions": [],
"draft": false,
"baked_commit_ref": "6b790d45a3a02f5aaebd59a2218e3757e84989d1",
"drift_managed_branch": "develop"
}
}
}
14 changes: 5 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
---
name: 🐛 Bug Report
about: Report a reproducible bug in the current release of circuit_maintenance_parser
about: Report a reproducible bug in the current release of circuit-maintenance-parser
---

### Environment

- Python version: <!-- Example: 3.9 -->
- circuit_maintenance_parser version: <!-- Example: 1.0.0 -->
* Python version: <!-- Example: 3.10 -->
* circuit-maintenance-parser version: <!-- Example: 1.0.0 -->

<!-- What did you expect to happen? -->

### Expected Behavior

<!-- What happened instead? -->

<!-- What happened instead? -->
### Observed Behavior

<!--
Describe in detail the exact steps that someone else can take to reproduce
this bug using the current release.
-->

### Steps to Reproduce

1.
2.
3.
3.
7 changes: 3 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
---
name: ✨ Feature Request
about: Propose a new feature or enhancement

---

### Environment

- circuit_maintenance_parser version: <!-- Example: 1.0.0 -->
* circuit-maintenance-parser version: <!-- Example: 1.0.0 -->

<!--
Describe in detail the new functionality you are proposing.
-->

### Proposed Functionality

<!--
Convey an example use case for your proposed feature. Write from the
perspective of a user who would benefit from the proposed
functionality and describe how.
--->

### Use Case

Loading
Loading