This repository was archived by the owner on Jul 17, 2024. It is now read-only.
File tree 3 files changed +62
-0
lines changed
3 files changed +62
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments