-
Notifications
You must be signed in to change notification settings - Fork 281
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #478 from reneeotten/description_pr_issues
Updates to contributing and Issue/PR templates
- Loading branch information
Showing
3 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,29 @@ | ||
### DO NOT IGNORE ### | ||
|
||
If you have not submitted an issue to LMFIT before, first read https://github.com/lmfit/lmfit-py/blob/master/.github/CONTRIBUTING.md. | ||
If you have not submitted a GitHub Issue to lmfit before, please read | ||
[this](https://github.com/lmfit/lmfit-py/blob/master/.github/CONTRIBUTING.md) first. | ||
|
||
***DO NOT USE GITHUB ISSUES FOR QUESTIONS*** | ||
In short, it says: ***do NOT use GitHub Issues for questions, it is only for bugs!*** | ||
|
||
Use the Mailing list https://groups.google.com/group/lmfit-py for questions about LMFIT. | ||
We are happy to help, but please use the [mailing list](https://groups.google.com/group/lmfit-py) | ||
for questions about lmfit. If you decide to ignore this and do post a question | ||
as a Github Issue anyway, your Issue will be closed and not answered. | ||
|
||
If you ignore this and do post a question as a Github Issue anyway, the Issue will be closed | ||
and not answered. | ||
However, if you discovered a bug, please proceed and provide ALL the following information: | ||
|
||
#### Description | ||
<!-- Provide a short description of the issue, describe the expected outcome, and show | ||
the actual result including the full traceback if applicable --> | ||
|
||
|
||
###### Version information | ||
<!-- Generate version information with this command in the Python shell and copy the output here: | ||
import sys, lmfit, numpy, scipy, asteval, uncertainties, six | ||
print('Python: {}\n\nlmfit: {}, scipy: {}, numpy: {}, asteval: {}, uncertainties: {}, six: {}'\ | ||
.format(sys.version, lmfit.__version__, scipy.__version__, numpy.__version__, \ | ||
asteval.__version__, uncertainties.__version__, six.__version__)) | ||
--> | ||
|
||
|
||
###### A Minimal, Complete, and Verifiable example | ||
<!-- see, for example, https://stackoverflow.com/help/mcve on how to do this --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters