Skip to content

Latest commit

 

History

History
67 lines (41 loc) · 2.26 KB

bug-template.md

File metadata and controls

67 lines (41 loc) · 2.26 KB
name about labels
Bug Report
This is a bug report issue
type:bug, status:incoming

Thank you for your contribution!

It's great, that you want contribute to FHE Collector.

First, start by reading the Bug reports, enhancement requests and other issues section.

Before we can start

Before moving on, please check some things first:

  • Your issue may already be reported! Please search on the issue tracker before creating one.
  • Is this something you can debug and fix? Send a pull request! For more information, see the Contributor Guide.
  • We as maintainers foster an open and welcoming environment. Be respectfull, supportive and nice to each other! :)

Prerequisites

  • Are you running the expected version of FHE Collector? (check via pip freeze).

Bug report

[Please replace this line with a brief summary of your issue and add code and/or screenshots or other media to it if available]

To write a bug report, we have defined a small, helpful workflow, to keep communication effective.

1. Describe your environment

  • OS: NAME, VERSION, 64/32bit
  • FHE Collector: VERSION
  • Python: VERSION

2. Actual behaviour:

[What actually happened] [Add logs, code, data, screenshots or other media if available.]

3. Expected behaviour:

[What have you expected to happen?]

4. Steps to reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

[Add logs, code, data, screenshots or other media if available.]

5. Possible solution

[If you have a clue, tell what could be the actual solution to the problem]

6. Check your bug report

Before you submit the issue:

  • Check if all information necessary to understand the problem is in.
  • Check if your language is written in a positive way.