64 lines
1.6 KiB
Markdown
Executable File
64 lines
1.6 KiB
Markdown
Executable File
# Contributing
|
|
|
|
Ao contribuir com este repositório, por favor, primeiro discuta a mudança que você deseja fazer, seja por PM ou nos canais adequados no slack antes de fazer uma alteração.
|
|
|
|
Por favor, note que temos um código de conduta, por favor, siga-o em todas as suas interações com o projeto.
|
|
|
|
## Pull Request Process
|
|
|
|
---
|
|
name: Feature request
|
|
about: Suggest an idea for this project
|
|
title: "[REQUEST]"
|
|
labels: enhancement
|
|
assignees: aristocratos
|
|
|
|
---
|
|
|
|
**Is your feature request related to a problem? Please describe.**
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
**Describe the solution you'd like**
|
|
A clear and concise description of what you want to happen.
|
|
|
|
**Describe alternatives you've considered**
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
**Additional context**
|
|
Add any other context or screenshots about the feature request here.
|
|
|
|
## Bug report
|
|
|
|
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: "[BUG]"
|
|
labels: bug
|
|
assignees: aristocratos
|
|
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior:
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
**Info (please complete the following information):**
|
|
- Linux distribution and version
|
|
- Bash version (version 4.4 or above is required)
|
|
|
|
**Additional context**
|
|
|
|
```bash
|
|
$HOME/.config/bashtop/error.log" (enable error-logging in "$HOME/.config/bashtop/bashtop.cfg" if missing)
|
|
```
|
|
|
|
Thanks
|