issues template

This commit is contained in:
Jean-Philippe
2023-10-18 16:43:46 +02:00
parent 16cd55b259
commit 2f7e47aef0
4 changed files with 28 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
---
name: Bug Report
about: Report a reproducible bug
title: 'affected/package:'
name: Bug/Regression
about: Report a reproducible bug or regression
title: 'Bug/Regression [<package>]:'
labels: bug
assignees: ''
@@ -22,6 +22,7 @@ Please make sure you have answered all the following questions before submitting
### What actually happened?
### Reproducibility
<!--
Please provide a short self-contained main.go that reproduces the issue, along with the go.mod and go.sum if necessary.
-->

View File

@@ -1,6 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Report a Vulnerability
about: To report a vulnerability please contact us directly using the following email: lattigo@tuneinsight.com.
- name: Feature Proposal/Request
about: We do not use GitHub Issues for features proposals or requests. If you have a proposal or would like to make a request for a feature, please contact us directly using the following email: lattigo@tuneinsight.com.
url: https://tuneinsight.com/lattigo/contact
about: We do not use GitHub Issues for features proposals or requests. If you have a proposal or would like to make a request for a feature, please contact us directly.
- name: General Question
url: https://github.com/tuneinsight/lattigo/discussions
about: Ask a question that is not necessiraly related to the use or implementation of the library.

View File

@@ -1,8 +1,14 @@
---
name: Question
about: Make sure that your question is directly related to the use or the implementation of the library before submitting it as we do not use GitHub Issues for general discussion. Please use the dedicated https://github.com/tuneinsight/lattigo/discussions instead. If you want to keep your question private, you can contact us directly using the following email: lattigo@tuneinsight.com.
name: Library Question
about: Ask a question related to the use or implementation of the library.
title: 'Question:'
labels: question
assignees: ''
---
<!--
Make sure that your question is directly related to the use or the implementation of the library before submitting it as we do not use GitHub Issues for general discussion. If your question is general (e.g. "How can I do <xxx> in FHE?"" or "Why don't I get the correct result?"), please use the dedicated https://github.com/tuneinsight/lattigo/discussions instead.
If you want to keep your question private, you can contact us directly using the following email: lattigo@tuneinsight.com.
-->