Contributing to XRTpy#

Thank you for your interest in contributing to XRTpy! We welcome contributions from the community to improve and expand the functionality of this package.

There are several ways you can contribute to XRTpy:

  1. Reporting Issues 🐛

    If you encounter bugs or have suggestions for improvements, please report them by opening a GitHub issue. Include as much detail as possible, such as:

    • Steps to reproduce the issue

    • Screenshots or code snippets

    • Your operating system and Python version

  2. Submitting Pull Requests 🤝

    If you’d like to contribute code:

    • Review the SunPy Newcomers Guide

    • Fork the repository on GitHub

    • Create a new branch from the main branch

    • Make your changes (add tests if adding new functionality)

    • Commit your changes with clear and descriptive messages

    • Push your branch to your forked repo

    • Open a pull request to merge into main

  3. Improving Documentation 📝

    Help make XRTpy more accessible by improving existing docs, fixing typos, or adding new tutorials and usage examples.

Thank you for helping make XRTpy better for the whole community ☀️!