mirror of
https://github.com/bshoshany/thread-pool.git
synced 2026-07-21 19:13:00 +04:00
Updated to v5.0.0
This commit is contained in:
@@ -3,8 +3,6 @@ name: Bug report
|
||||
about: Found a bug? Report it here.
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
assignees: bshoshany
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
@@ -3,8 +3,6 @@ name: Failed tests
|
||||
about: The provided automated tests failed on your system? Report it here.
|
||||
title: "[TEST]"
|
||||
labels: bug
|
||||
assignees: bshoshany
|
||||
|
||||
---
|
||||
|
||||
**System information**
|
||||
|
||||
@@ -3,8 +3,6 @@ name: Feature request
|
||||
about: Want a new feature? Suggest it here.
|
||||
title: "[REQ]"
|
||||
labels: enhancement
|
||||
assignees: bshoshany
|
||||
|
||||
---
|
||||
|
||||
**Describe the new feature**
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
**Pull request policy (please read)**
|
||||
|
||||
> Contributions are always welcome. However, I release my projects in cumulative updates after editing and testing them locally on my system, so my policy is not to accept any pull requests. If you open a pull request, and I decide to incorporate your suggestion into the project, I will first modify your code to comply with the project's coding conventions (formatting, syntax, naming, comments, programming practices, etc.), and perform some tests to ensure that the change doesn't break anything. I will then merge it into the next release of the project, possibly together with some other changes. The new release will also include a note in `CHANGELOG.md` with a link to your pull request, and modifications to the documentation in `README.md` as needed.
|
||||
> Contributions are always welcome. However, I release my projects in cumulative updates after editing and testing them locally on my system, so **my policy is to never accept any pull requests**. If you open a pull request, and I decide to incorporate your suggestion into the project, I will first modify your code to comply with the project's coding conventions (formatting, syntax, naming, comments, programming practices, etc.), and perform some tests to ensure that the change doesn't break anything. I will then merge it into the next release of the project, possibly together with some other changes. The new release will also include a note in `CHANGELOG.md` with a link to your pull request, and modifications to the documentation in `README.md` as needed.
|
||||
|
||||
**Describe the changes**
|
||||
|
||||
@@ -16,7 +16,7 @@ Have you linted your code using the `.clang-tidy` file attached to this project?
|
||||
|
||||
**Testing**
|
||||
|
||||
Have you tested the new code using the provided automated test program `BS_thread_pool_test.cpp` (preferably with the provided multi-compiler test script `BS_thread_pool_test.ps1`) and/or performed any other tests to ensure that the new code works correctly?
|
||||
Have you tested the new code using the provided automated test program `BS_thread_pool_test.cpp` (preferably with the provided test script `test_all.py`) and/or performed any other tests to ensure that the new code works correctly?
|
||||
|
||||
If so, please provide information about the test system(s):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user