Skip to content

Latest commit

 

History

History
119 lines (97 loc) · 7.43 KB

CONTRIBUTING.md

File metadata and controls

119 lines (97 loc) · 7.43 KB

Contributing to Mico Leão Dublado (EN)

👍🎉 First off, thanks for taking the time to contribute! 👍🎉

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to victorgvbh@gmail.com.

The following is a set of guidelines for contributing to Mico Leão Dublado. These are just guidelines, not rules, use your best judgment and feel free to propose changes to this document in a pull request.

Issues are created here. Alternatively, you can select the Issue Tab highlighted in the image below. IssueTab

How to report bugs?

  1. Press the "New Issue" Button:

    • NewIssueButton
  2. Select Bug Report:

    • BugReport
  3. Follow the instructions on the Bug Report Template. Remember:

    • to choose a descriptive title
    • to be concise
    • to replace only the highlighted text in the image below:

    BugReport

How to submit a Feature Request?

  1. Press the "New Issue" Button:

    • NewIssueButton
  2. Select Feature Request:

    • FeatureRequest
  3. Follow the instructions on the Feature Request Template. Remember:

    • choose a descriptive title
    • be concise
    • replace only the highlighted text in the image below:

    RequestingFeature

Languages

We accept issues in both English and Portuguese. When an issue is posted in a language besides English (or Portuguese), it is acceptable and encouraged to post an English-translated copy as a reply. Anyone may post the translated reply. In most cases, a quick pass through translation software is sufficient. Having the original text as well as the translation can help mitigate translation errors.

Responses to posted issues may or may not be in the original language.

Pull Requests are the way concrete changes are made to the code and documentation in this repository.

Style Guides

  • Use PascalCase for classes and interfaces; use camelCase for methods and attributes; use SCREAMING_SNAKE_CASE for exported constants (globally scoped constants).
  • Always remmeber to run TSLint and use the command Format Document on Visual Studio Code (configured to use vscode.typescript-language-features as the default formatter)