Skip to content

Did you find a bug?

  • Do not open up a GitHub discussion issue if the bug is a security vulnerability in nmrXiv, and instead contact us here: info.nmrxiv@uni-jena.de.

  • Ensure the bug was not already reported by searching on GitHub under nmrXiv issues. When searching change the filter box to both open and closed issues like below:

    bash
    is:issue is open
    is:issue is open

    to

    bash
    is:issue <my search word>
    is:issue <my search word>

    e.g.

    bash
    is: issue theme
    is: issue theme
  • If you're unable to find an open issue addressing the problem, open a new issue under the approriate category. Be sure to include a Title and clear Description, with as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.

Did you write a patch that fixes a bug?

Please read the Code Contribution Guidelines guide to learn more about coding conventions, opening an issue, creating a PR, reviewing, and merging the PR.

Do you intend to add a new feature or change an existing one?

  • Before adding a new feature, please create an issue in our GitHub repository and discuss it with our core developer before submitting any pull requests (PRs). Alternatively, you can contact us by writing to info.nmrxiv@uni-jena.de.

Do you have questions about the source code?

Thanks!

nmrXiv Team