Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit ea82847

Browse files
ci: introduce issue templates (#81)
Co-authored-by: Christopher Chianelli <christopher@timefold.ai>
1 parent c87d1b4 commit ea82847

File tree

3 files changed

+62
-0
lines changed

3 files changed

+62
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve.
4+
title: ''
5+
labels: ["bug", "process/needs triage"]
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
Describe the issue you are experiencing here.
12+
Tell us what you were trying to do and what happened.
13+
14+
**Expected behavior**
15+
Describe clearly and concisely what you expected to happen.
16+
17+
**Actual behavior**
18+
Describe clearly and concisely what actually happened.
19+
20+
**To Reproduce**
21+
Link to a small reproducer or attach an archive containing the reproducer to the issue.
22+
Alternatively, provide clear and concise steps to reproduce the behavior.
23+
24+
## Environment
25+
26+
**Timefold Solver Version or Git ref**:
27+
28+
**Python version used:**
29+
30+
**Output of `uname -a` or `ver`:**
31+
32+
## Additional information
33+
34+
Provide any and all other information which might be relevant to the issue.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Question
4+
url: https://stackoverflow.com/questions/ask?tags=timefold
5+
about: Ask a question about how to use Timefold Solver.
6+
- name: Discussions
7+
url: https://github.com/TimefoldAI/timefold-solver/discussions/new?category=general
8+
about: Open Community discussions related to Timefold Solver.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project.
4+
title: 'Feat: '
5+
labels: ["enhancement", "process/needs triage"]
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)