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:

  1. Create a fork at github
    • See this guide for setting up and using a fork
  2. Make whatever changes are necessary.

  1. Increment the new version number in NewsItems\CurrentItemNumber.txt.
  2. 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.
  3. 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.

  1. Commit
  2. Push to your fork
  3. Create a pull request

Last changed: 2023/04/02 Picture