Thank you for taking the time to contribute! 👍
This is a set of guidelines for contributing to getpapers. You don't need to follow them as strict rules, use your best judgement and feel free to propose changes to this document as well via a pull request.
getpapers is based on Node.js. If you want an introduction on how to work on a project like this, you can find a comprehensive tutorial here.
If you encounter a bug, please let us know. You can raise a new issue here. Please include as many information in your report as possible, to help maintainers reproduce the problem.
- A clear and descriptive title
- Describe the exact steps which reproduce the problem, e.g. the query you entered.
- Describe the behaviour following those steps, and where the problem occurred.
- Explain where it was different from what you expected to happen.
- Attach additional information to the report, such as error messages, or corrupted files.
- Add a
bug
label to the issue.
Before submitting a bug, please check the list of existing bugs whether there is a similar issue open. You can then help by adding your information to an existing report.
If you're not sure where to start, have a look at issues that have a help wanted
label - here is a list.
There is always room for improvement and we'd like to hear your perspective on it.
Before creating a pull request, please raise an issue to discuss the proposed changes first. We can then make sure to make best use of your efforts.
In order to set up your development environment for getpapers, you need to install Node.js.
-
Create a fork on github.
-
Create a new branch with a descriptive name.
-
Work on your changes, and make regular commits to save them.
-
Test your changes by running
npm install
within the repository and running gepapers withnpm bin/getpapers.js
. -
When your changes work as intended, push them to your repository and create a pull request.
-
We will then review the pull request and merge it as soon as possible. If problems arise, they will be discussed within the pull request.