You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And finally create a separate branch to begin work
16
+
17
+
git checkout -b new-feature
18
+
19
+
Once complete submit a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) via GitHub.
20
+
Ensure to rebase your branch to include the latest changes on your branch and resolve possible merge conflicts.
21
+
22
+
Unit-testing and coverage
23
+
-------------------------
24
+
Python-RAT will use the **unittest** module for testing. Proper documentation and unit tests is highly recommended.
25
+
26
+
Documentation
27
+
-------------
28
+
The documentation will be hosted on GitHub pages
29
+
30
+
Style guidelines
31
+
----------------
32
+
* Docstrings should be written in the reStructuredText format.
0 commit comments