~ubuntu-branches/ubuntu/utopic/slic3r/utopic

« back to all changes in this revision

Viewing changes to CONTRIBUTING.md

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-06-17 01:27:26 UTC
  • Revision ID: package-import@ubuntu.com-20140617012726-2wrs4zdo251nr4vg
Tags: upstream-1.1.4+dfsg
ImportĀ upstreamĀ versionĀ 1.1.4+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Did you encounter an issue with using Slic3r? Fear not! This guide will help you to write a good bug report in just a few, simple steps.
 
2
 
 
3
There is a good chance that the issue, you have encountered, is already reported. Please check the [list of reported issues](https://github.com/alexrj/Slic3r/issues) before creating a new issue report. If you find an existing issue report, feel free to add further information to that report.
 
4
 
 
5
If possible, please include the following information when [reporting an issue](https://github.com/alexrj/Slic3r/issues/new):
 
6
* Slic3r version (See the about dialog for the version number. If running from git, please include the git commit ID from `git rev-parse HEAD` also.)
 
7
* Operating system type + version
 
8
* Steps to reproduce the issue, including:
 
9
    * Command line parameters used, if any
 
10
    * Slic3r configuration file (Use ``Export Config...`` from the ``File`` menu - please don't export a bundle)
 
11
    * Expected result
 
12
    * Actual result
 
13
    * Any error messages
 
14
* If the issue is related to G-code generation, please include the following:
 
15
    * STL, OBJ or AMF input file (please make sure the input file is not broken, e.g. non-manifold, before reporting a bug)
 
16
    * a screenshot of the G-code layer with the issue (e.g. using [Pronterface](https://github.com/kliment/Printrun))
 
17
 
 
18
Please make sure only to include one issue per report. If you encounter multiple, unrelated issues, please report them as such.
 
19
 
 
20
Simon Tatham has written an excellent on article on [How to Report Bugs Effectively](http://www.chiark.greenend.org.uk/~sgtatham/bugs.html) which is well worth reading, although it is not specific to Slic3r.
 
21