Skip to content

Commit 2aea117

Browse files
updated doctest and issue template
1 parent 52682f0 commit 2aea117

File tree

8 files changed

+850
-763
lines changed

8 files changed

+850
-763
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Steps to reproduce the behavior:
1414
3. Scroll down to '....'
1515
4. See error
1616

17-
**Expected behavior**
18-
A clear and concise description of what you expected to happen.
19-
2017
**Screenshots**
2118
If applicable, add screenshots to help explain your problem.
2219

@@ -25,11 +22,5 @@ If applicable, add screenshots to help explain your problem.
2522
- Browser [e.g. chrome, safari]
2623
- Version [e.g. 22]
2724

28-
**Smartphone (please complete the following information):**
29-
- Device: [e.g. iPhone6]
30-
- OS: [e.g. iOS8.1]
31-
- Browser [e.g. stock browser, safari]
32-
- Version [e.g. 22]
33-
3425
**Additional context**
3526
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ about: Suggest an idea for this project
44

55
---
66

7-
**Is your feature request related to a problem? Please describe.**
7+
**Please describe your feature request.**
88
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
99

10-
**Describe the solution you'd like**
11-
A clear and concise description of what you want to happen.
12-
13-
**Describe alternatives you've considered**
14-
A clear and concise description of any alternative solutions or features you've considered.
15-
16-
**Additional context**
17-
Add any other context or screenshots about the feature request here.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 T.-W. Huang, C.-X. Lin, G. Guo, and M. Wong
3+
Copyright (c) 2018-2019 T.-W. Huang, C.-X. Lin, G. Guo, and M. Wong
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Insights](image/maintained.svg)][GitHub insights]
99
[![License: MIT](./image/license_badge.svg)](./LICENSE)
1010

11-
A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies
11+
A fast C++ *header-only* library to help you quickly write parallel programs with complex task dependencies
1212

1313
# Why Cpp-Taskflow?
1414

doctest/doctest.h

Lines changed: 423 additions & 371 deletions
Large diffs are not rendered by default.

doctest/parts/doctest_fwd.h

Lines changed: 164 additions & 192 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)