diff --git a/.github/ISSUE_TEMPLATE/bug_report_fhevm.md b/.github/ISSUE_TEMPLATE/bug_report_fhevm.md index d1ea04d..468bb52 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_fhevm.md +++ b/.github/ISSUE_TEMPLATE/bug_report_fhevm.md @@ -1,5 +1,5 @@ --- -name: Smart Contracts Bug Report +name: 🐞 Smart Contracts Bug Report about: Use this template to report issues encountered with confidential smart contracts on the fhEVM. title: "" labels: bug diff --git a/.github/ISSUE_TEMPLATE/bug_report_fhevmjs.md b/.github/ISSUE_TEMPLATE/bug_report_fhevmjs.md index 9d8bab3..6720fcb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_fhevmjs.md +++ b/.github/ISSUE_TEMPLATE/bug_report_fhevmjs.md @@ -1,5 +1,5 @@ --- -name: fhevmjs Bug report +name: 🐛 fhevmjs Bug report about: Use this template to report issues encountered while using the fhevmjs library for interacting with fhEVM smart contracts. title: "" labels: bug, fhevmjs diff --git a/.github/ISSUE_TEMPLATE/docs_bug_report.md b/.github/ISSUE_TEMPLATE/docs_bug_report.md index 5176f67..236bcea 100644 --- a/.github/ISSUE_TEMPLATE/docs_bug_report.md +++ b/.github/ISSUE_TEMPLATE/docs_bug_report.md @@ -1,5 +1,5 @@ --- -name: Documentation Bug Report / Unclear Documentation +name: 📚 Documentation Bug Report / Unclear Documentation about: Use this template to report issues, inconsistencies, or inaccuracies in our documentation. Or to report sections of our documentation that are unclear, confusing, or require further explanation. title: "" labels: bug, documentation diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index c5579a5..f9b21c9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,5 +1,5 @@ --- -name: General feature request for fhEVM +name: 🚀 General feature request for fhEVM about: Suggest an idea for this project title: "" labels: enhancement