zipline/CONTRIBUTING.md

24 lines
908 B
Markdown
Raw Permalink Normal View History

2022-09-30 18:16:08 -05:00
# Contributing
## Bug reports
2022-09-30 18:16:08 -05:00
Create an issue on GitHub, please include the following (if one of them is not applicable to the issue then it's not needed):
- The steps to reproduce the bug
- Logs of Zipline
- The version of Zipline
- Your OS & Browser including server OS
- What you were expecting to see
2022-09-30 18:16:08 -05:00
## Feature requests
2023-01-14 18:25:36 -05:00
Create an discussion on GitHub, please include the following:
- Brief explanation of the feature in the title (very brief please)
- How it would work (detailed, but optional)
2022-09-30 18:16:08 -05:00
## Pull Requests (contributions to the codebase)
2022-09-30 18:16:08 -05:00
Create a pull request on GitHub. If your PR does not pass the action checks, then please fix the errors. If your PR was submitted before a release, and I have pushed a new release, please make sure to update your PR to reflect any changes, usually this is handled by GitHub.
Please make sure your code also reflects the style of the rest of the code.