diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ca5da6436..187412eba 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,6 +7,8 @@ assignees: '' --- +> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). + **Describe the bug** A clear and concise description of what the bug is. (If you are not sure what the bug is, try to figure it out via a [discussion](https://github.com/filecoin-project/lotus/discussions/new) first! diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1ded8c36b..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Run '...' -2. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Version (run `lotus version`):** - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/deal-making-issues.md b/.github/ISSUE_TEMPLATE/deal-making-issues.md index fcab8fe2d..bec800cb7 100644 --- a/.github/ISSUE_TEMPLATE/deal-making-issues.md +++ b/.github/ISSUE_TEMPLATE/deal-making-issues.md @@ -7,6 +7,8 @@ assignees: '' --- +> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). + Please provide all the information requested here to help us troubleshoot "deal making failed" issues. If the information requested is missing, we will probably have to just ask you to provide it anyway, before we can help debug. diff --git a/.github/ISSUE_TEMPLATE/mining-issues.md b/.github/ISSUE_TEMPLATE/mining-issues.md index 6a018fd36..434e160d4 100644 --- a/.github/ISSUE_TEMPLATE/mining-issues.md +++ b/.github/ISSUE_TEMPLATE/mining-issues.md @@ -7,9 +7,10 @@ assignees: '' --- +> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). + Please provide all the information requested here to help us troubleshoot "mining/WinningPoSt failed" issues. -If the information requested is missing, we will probably have to just ask you to provide it anyway, -before we can help debug. +If the information requested is missing, you may be asked you to provide it. **Describe the problem** A brief description of the problem you encountered while mining new blocks. diff --git a/.github/ISSUE_TEMPLATE/proving-issues.md b/.github/ISSUE_TEMPLATE/proving-issues.md index 9f5036e4a..764752be8 100644 --- a/.github/ISSUE_TEMPLATE/proving-issues.md +++ b/.github/ISSUE_TEMPLATE/proving-issues.md @@ -7,6 +7,8 @@ assignees: '' --- +> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). + Please provide all the information requested here to help us troubleshoot "proving/window PoSt failed" issues. If the information requested is missing, we will probably have to just ask you to provide it anyway, before we can help debug. diff --git a/.github/ISSUE_TEMPLATE/sealingfailed.md b/.github/ISSUE_TEMPLATE/sealing-issues.md similarity index 90% rename from .github/ISSUE_TEMPLATE/sealingfailed.md rename to .github/ISSUE_TEMPLATE/sealing-issues.md index 0343ed314..7511849d3 100644 --- a/.github/ISSUE_TEMPLATE/sealingfailed.md +++ b/.github/ISSUE_TEMPLATE/sealing-issues.md @@ -7,6 +7,8 @@ assignees: '' --- +> Note: For security-related bugs/issues, please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy). + Please provide all the information requested here to help us troubleshoot "commit failed" issues. If the information requested is missing, we will probably have to just ask you to provide it anyway, before we can help debug.