Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 2.26 KB

File metadata and controls

79 lines (47 loc) · 2.26 KB

If you are proposing a bug-report, use the following checklist. If however you want to propose a new feature, use the feature request Checklist.

Delete the Bug-Report-Checklist, if you are proposing a new feature and vise versa.

Bug-Report-Checklist

Please make sure the problem you are experiencing has not already been reported!

If your checklist is not fully ticked, please try to complete it such that it does.

If you do not know the exact steps necessary to reproduce your problem, please try to provide as much information as possible - the more information you provide, the faster we can help!

The following is a template to help you state the problem clearly.


The setup

  1. I'm using NetCom2 version XXX
  2. My JDK/JRE version is XXX
  3. I discovered this bug in my IDE/on the command line/...
  4. Special firewall settings on my machine are XXX, YYY, ZZZ, ...
  5. My operating system is XXX

Description

Please describe the problem you're experiencing in detail.

Steps

  1. Do X.
  2. Do Y to Foo.
  3. ...

Problem root [optional]

I believe the problem root occurs in [FILE] at line [LINE], because ...

MCVE

Insert your minimal, complete and verifiable example here.


Feature-Request-Checklist

Please make sure the feature you are requesting has not already been reported!

  • I have added the feature request label to this issue
  • I have deleted the Bug-Report-Checklist

If your checklist is not fully ticked, please try to complete it such that it does.

If you are uncertain of specific parts, please do not propose a new feature request.

The following is a template to help you state the request clearly.


Description

Please describe in words, what the feature is, you are requesting

The reason

Please describe, why you want to see this feature implemented

Example

Provide a simple code-example, what you feature should look like

// Your example code here