Skip to content

Latest commit

 

History

History
executable file
·
88 lines (66 loc) · 4.92 KB

CONTRIBUTE.md

File metadata and controls

executable file
·
88 lines (66 loc) · 4.92 KB

Contribute

working from individuals to individuals

destroy the levithan

against the Beast and his Antichrist

Small changes and Bugs

Small changes and bugs should have a Pull Request associated with the open issue (just paste the issue link in the pull request body).

Did you find a bug?

You can try to update the library to the last version to see if the bug has already been fixed.

When logging a bug, please be sure to include the following:

  • The library version;
  • If at all possible, an isolated way to reproduce the behavior;
  • The behavior you expect to see, and the actual behavior;
  • You can include images and gif in the issue.

Do not create a duplicate issue

Search the existing issues before logging a new one.

Some search tips:

  • Don't restrict your search to only open issues. An issue with a title similar to yours may have been closed as a duplicate of one with a less-findable title.
  • Check for synonyms. For example, if your bug involves an interface, it likely also occurs with type aliases or classes.

Feature

No one feature will be implemented without it having an open issue and without which the proposed has been accepted by the team responsible for the project. After the issue is approved, the feature can be implemented.

So you can contribute by proposing features through issues or assigning yourself a task for an approved feature. You can ask for help to implement it, you can take time to deliver your task, nobody will charge you because nobody will pay you.

Create a Pull Request

Follow the steps:

  • Create a fork from our repository by clicking here, do a git clone of your forked repository and run devcontainer open . in the application folder;
  • Create a branch in your forked repository, then code the feature or fix the bug;
  • Run npm run lint and npm run build in the repository;
  • Create a Pull Request from your repository to this one, with the issue in the body and some information you think could be usefull to the reviewer (print or a gif of it working will be appreciated (tools: windows, linux));
  • The reviewer can ask some changes, always expect for this and don't be mad when ask changes, this is the process;
  • When you get approved your branch can be merged, if you don't merge it, we will do.

Tools

Devcontainer

Run the .devcontainer/setup.sh to configure .devcontainer volumes and credentials. Open devcontainer with: devcontainer open .

Para os brasileiros (pt-BR)

Veja como o instalar docker, docker-compose e devcontainer em meu vídeo em português

Environment descriptions

There is a development environment set up in this repository that can be pulled up with docker-compose. This custom environment is a container docker expressed through a vscode, using the extension Dev Containers from Microsoft. The files for this environment are in the .devcontainer folder, where you can see the following customizations:

  • In the .devcontainer/Dockerfile, the node image from docker.hub, it is debian;
  • with git installed;
  • with node installed;
  • with keyboard configured for Brazilian Portuguese;
  • with America/Sao_Paulo timezone;
  • the node tools: typescript, eslint and jest;
  • In .devcontainer/devcontainer.json you can see a set of extensions for vscode libraries and tools used in the project.

Devcontainer VSCode Extensions

If you contribute code you can suggest including extensions to the development environment vscode and request changes in linter rules.

Important Docs

and interesting technologies to master to enhance your ability to contribute:

Dev environment:

Dependencies docs:

Related tools:

About OpenSSL serialization: