From ad8528c248980800a4e300a84eb72ce6c870ee18 Mon Sep 17 00:00:00 2001 From: DIvanchenko Date: Thu, 10 Oct 2019 18:03:28 +0300 Subject: [PATCH] Plan for CONTRIBUTING.md. Updated link to CONTRIBUTION.md. --- CONTRIBUTING.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 000000000..0a5eceb15 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +# Contribution + +## Setting up the project manually + +## Setting up the project with PyCharm/IntelliJ \ No newline at end of file diff --git a/README.md b/README.md index 0e95eb58e..9e097da54 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following is a list of pyfa packages available for certain distributions. Pl * Gentoo: https://github.com/ZeroPointEnergy/gentoo-pyfa-overlay ## Contribution -If you wish to help with development or you need to run pyfa through a Python interpreter, check out [the instructions](https://github.com/pyfa-org/Pyfa/blob/master/ISSUE_TEMPLATE.md). +If you wish to help with development or you need to run pyfa through a Python interpreter, check out [the instructions](https://github.com/pyfa-org/Pyfa/blob/master/CONTRIBUTING.md). ## Bug Reporting The preferred method of reporting bugs is through the project's [GitHub Issues interface](https://github.com/pyfa-org/Pyfa/issues). Alternatively, posting a report in the [pyfa thread](https://forums.eveonline.com/t/27156) on the official EVE Online forums is acceptable. Guidelines for bug reporting can be found on [this wiki page](https://github.com/pyfa-org/Pyfa/wiki/Bug-Reporting).