Skip to content

Latest commit

 

History

History
79 lines (48 loc) · 3.21 KB

CONTRIBUTING.md

File metadata and controls

79 lines (48 loc) · 3.21 KB

Contributing

How do I...

Introduction

Thank you so much for your interest in contributing!. All types of contributions are encouraged and valued.

Request Support

If you have a question about this project, how to use it, or just need clarification about something:

Report an Error or Bug

If you run into an error or bug with the project:

Request a Feature

If the project doesn't do something you need or want it to do:

Note: The team is unlikely to be able to accept every single feature request that is filed. Please understand if they need to say no.

Project Setup

So you wanna contribute some code! That's great! This project uses GitHub Pull Requests to manage contributions, so read up on how to fork a GitHub project and file a PR if you've never done it before.

If you want to go the usual route and run the project locally, though:

Then in your terminal:

  • cd path/to/your/clone
  • ./biblatex_check.py -b tests/input.bib

And you should be ready to go!

Contribute Documentation

Documentation is a super important, critical part of this project.

Documentation contributions of any size are welcome! Feel free to file a PR even if you're just rewording a sentence to be more clear, or fixing a spelling mistake!

Contribute Code

We like code commits a lot! They're super handy, and they keep the project going and doing the work it needs to do to be useful to others.

Code contributions of just about any size are acceptable!

The main difference between code contributions and documentation contributions is that contributing code requires inclusion of relevant tests for the code being added or changed. Contributions without accompanying tests will be held off until a test is added, unless the maintainers consider the specific tests to be either impossible, or way too much of a burden for such a contribution.

Please be sure to run the test files using both Python 2.7 and Python 3, more details in the readme.

Attribution

This guide was generated using the WeAllJS CONTRIBUTING.md generator. Make your own!