Skip to content

Commit 410976d

Browse files
Add test failure template to contributing guide (valkey-io#2491)
We recently introduced a new template to create `test failures` issues from a template. This change makes this template visible in the `CONTRIBUTING.md` file. Also, added a tip to paste the stack trace since outputs of CI links can expire. --------- Signed-off-by: Sarthak Aggarwal <sarthagg@amazon.com>
1 parent e364c57 commit 410976d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/test-failure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ A short description of the failure.
1919

2020
**Error stack trace**
2121

22-
A relevant stack trace for the test failure.
22+
A relevant stack trace for the test failure.
23+
24+
> **Tip:** Copy and paste the full stack trace from the CI output into your issue, as CI links may expire over time.

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The Valkey project is led by a Technical Steering Committee, whose responsibilit
1616
* Found a bug? [Report it here](https://github.com/valkey-io/valkey/issues/new?template=bug_report.md&title=%5BBUG%5D)
1717
* Valkey crashed? [Submit a crash report here](https://github.com/valkey-io/valkey/issues/new?template=crash_report.md&title=%5BCRASH%5D+%3Cshort+description%3E)
1818
* Suggest a new feature? [Post your detailed feature request here](https://github.com/valkey-io/valkey/issues/new?template=feature_request.md&title=%5BNEW%5D)
19+
* Report a test failure? [Report it here](https://github.com/valkey-io/valkey/issues/new?template=test-failure.md)
1920
* Want to help with documentation? [Move on to valkey-doc](https://github.com/valkey-io/valkey-doc)
2021
* Report a vulnerability? See [SECURITY.md](SECURITY.md)
2122

0 commit comments

Comments
 (0)