Skip to content

Commit 14687a6

Browse files
eddumelendezkiview
andauthored
Reference to GitHub Discussions (#5928)
Take advantage of discussions to have previous conversations with contributors before investing time working on PRs or asking general questions. Co-authored-by: Kevin Wittek <[email protected]>
1 parent 6b3c7b4 commit 14687a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Thanks for taking the time to fill out this bug report! Before submitting a `bug`, please make sure there is no existing issue for the one you encountered.
9+
Thanks for taking the time to fill out this bug report! Before submitting a `bug`, please make sure there is no existing issue for the one you encountered and it has been discussed with the team via [discussions](https://github.com/testcontainers/testcontainers-java/discussions) or Slack.
1010
- type: dropdown
1111
id: module
1212
attributes:

.github/ISSUE_TEMPLATE/enhancement.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Before submitting an `enhancement`, please make sure there is no existing enhancement for the one you are requesting. If so, please provide the following information:
9+
Before submitting an `enhancement`, please make sure there is no existing enhancement for the one you are requesting and it has been discussed with the team via [discussions](https://github.com/testcontainers/testcontainers-java/discussions) or Slack. If so, please provide the following information:
1010
- type: dropdown
1111
id: module
1212
attributes:

.github/ISSUE_TEMPLATE/feature.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
- type: markdown
77
attributes:
88
value: |
9-
Before submitting a `feature`, please make sure there is no existing feature for the one you are requesting. If so, please provide the following information:
9+
Before submitting a `feature`, please make sure there is no existing feature for the one you are requesting and it has been discussed with the team via [discussions](https://github.com/testcontainers/testcontainers-java/discussions) or Slack. If so, please provide the following information:
1010
- type: dropdown
1111
id: module
1212
attributes:

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
* Star the project on [Github](https://github.com/testcontainers/testcontainers-java) and help spread the word :)
44
* Join our [Slack group](http://slack.testcontainers.org)
5-
* [Post an issue](https://github.com/testcontainers/testcontainers-java/issues) if you find any bugs
5+
* [Start a discussion](https://github.com/testcontainers/testcontainers-java/discussions) if you have an idea, find a possible bug or have a general question.
66
* Contribute improvements or fixes using a [Pull Request](https://github.com/testcontainers/testcontainers-java/pulls). If you're going to contribute, thank you! Please just be sure to:
7-
* discuss with the authors on an issue ticket prior to doing anything big.
7+
* discuss with the authors prior to doing anything big.
88
* follow the style, naming and structure conventions of the rest of the project.
99
* make commits atomic and easy to merge.
1010
* when updating documentation, please see [our guidance for documentation contributions](contributing_docs.md).

0 commit comments

Comments
 (0)