How to contribute to ThorNews
April 6, 2023 ยท View on GitHub
Bug report?
- Please check issues if the bug is reported
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible, and a code sample or an executable test case demonstrating the expected behavior that is not occurring.
New version
Here are the steps to updating to a new version:
- Create a fork at github
- See this guide for setting up and using a fork
- Make whatever changes are necessary.
- Increment the new version number in NewsItems\CurrentItemNumber.txt.
- Create the new item as NewsItems\Item_NN.txt, keeping the very top and the very bottom of the new item consistent with previous items; we suggest copying the latest item and then editing the main part of it that applies to the new item.
- In NewsItems\Archives.md, add in a link to the new item at the very top, again being consistent with the layout of earlier items.
- Commit
- Push to your fork
- Create a pull request
Last changed: 2023/04/02 