mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
issues template
This commit is contained in:
7
.github/ISSUE_TEMPLATE/bug-report.md
vendored
7
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -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.
|
||||
-->
|
||||
|
||||
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -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.
|
||||
|
||||
10
.github/ISSUE_TEMPLATE/question.md
vendored
10
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -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.
|
||||
-->
|
||||
Reference in New Issue
Block a user