You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/nova-funcionalidade-🌟.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,13 @@ Uma descrição clara e concisa de quaisquer soluções ou recursos alternativos
18
18
19
19
**Contexto adicional**
20
20
Adicione qualquer outro contexto ou capturas de tela sobre o pedido de recurso aqui.
21
+
22
+
**💌 Quer contribuir, mas não se sente à vontade?**
23
+
24
+
Você tem vontade de contribuir, mas não se sente à vontade em abrir issues, PRs ou fazer perguntas publicamente?
25
+
26
+
Nós sabemos como pode ser difícil dar o primeiro passo em um espaço aberto. A insegurança, o medo de errar ou até a sensação de “será que minha dúvida é boba?” podem pesar bastante. E tá tudo bem sentir isso. 💜
27
+
28
+
Queremos que você saiba que aqui ninguém precisa enfrentar esse caminho sem apoio. Se preferir um espaço mais reservado, você pode mandar um e-mail para cumbucadev@gmail.com e teremos o maior prazer em ajudar. Seja para tirar dúvidas, pedir orientação ou simplesmente ter alguém para conversar sobre como começar.
29
+
30
+
O importante é que você saiba: sua participação é muito bem-vinda, e cada contribuição, por menor que pareça, faz uma grande diferença. ✨
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/reportar-um-bug-🐛.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,3 +25,13 @@ Uma descrição clara e concisa do que você esperava que acontecesse.
25
25
26
26
**Contexto adicional**
27
27
Adicione qualquer outro contexto sobre o problema aqui.
28
+
29
+
**💌 Quer contribuir, mas não se sente à vontade?**
30
+
31
+
Você tem vontade de contribuir, mas não se sente à vontade em abrir issues, PRs ou fazer perguntas publicamente?
32
+
33
+
Nós sabemos como pode ser difícil dar o primeiro passo em um espaço aberto. A insegurança, o medo de errar ou até a sensação de “será que minha dúvida é boba?” podem pesar bastante. E tá tudo bem sentir isso. 💜
34
+
35
+
Queremos que você saiba que aqui ninguém precisa enfrentar esse caminho sem apoio. Se preferir um espaço mais reservado, você pode mandar um e-mail para cumbucadev@gmail.com e teremos o maior prazer em ajudar. Seja para tirar dúvidas, pedir orientação ou simplesmente ter alguém para conversar sobre como começar.
36
+
37
+
O importante é que você saiba: sua participação é muito bem-vinda, e cada contribuição, por menor que pareça, faz uma grande diferença. ✨
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ Obrigado por dedicar o seu tempo para contribuir! 🙇♀️🙇♂️ Tod
5
5
-[Primeira Contribuição](#primeira-contribuição)
6
6
-[Lançar uma Nova Versão](#lançar-uma-nova-versão)
7
7
8
+
## 💌 Quer contribuir, mas não se sente à vontade?
9
+
10
+
Você tem vontade de contribuir, mas não se sente à vontade em abrir issues, PRs ou fazer perguntas publicamente?
11
+
12
+
Nós sabemos como pode ser difícil dar o primeiro passo em um espaço aberto. A insegurança, o medo de errar ou até a sensação de “será que minha dúvida é boba?” podem pesar bastante. E tá tudo bem sentir isso. 💜
13
+
14
+
Queremos que você saiba que aqui ninguém precisa enfrentar esse caminho sem apoio. Se preferir um espaço mais reservado, você pode mandar um e-mail para cumbucadev@gmail.com e teremos o maior prazer em ajudar. Seja para tirar dúvidas, pedir orientação ou simplesmente ter alguém para conversar sobre como começar.
15
+
16
+
O importante é que você saiba: sua participação é muito bem-vinda, e cada contribuição, por menor que pareça, faz uma grande diferença. ✨
Copy file name to clipboardExpand all lines: CONTRIBUTING_EN.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,17 @@ Thanks for taking the time to contribute! 🙇♀️🙇♂️ Every littl
5
5
-[First Contribution](#first-contribution)
6
6
-[Release a New Version](#release-a-new-version)
7
7
8
-
# First Contribution
8
+
### 💌 Want to contribute, but don’t feel comfortable?
9
+
10
+
Do you feel like contributing but feel uncomfortable opening issues, PRs, or asking questions publicly?
11
+
12
+
We know how hard it can be to take the first step in an open space. Insecurity, the fear of making mistakes, or even wondering “is my question silly?” can weigh heavily. And it’s okay to feel that way. 💜
13
+
14
+
We want you to know that no one has to face this journey alone. If you’d prefer a more private space, you can send an email to cumbucadev@gmail.com, and we’ll be happy to help. Whether it’s to clear up doubts, ask for guidance, or simply have someone to talk to about how to get started.
15
+
16
+
What matters is that you know: your participation is very welcome, and every contribution, no matter how small it may seem, makes a big difference. ✨
17
+
18
+
## First Contribution
9
19
10
20
How to make your first contribution:
11
21
@@ -75,9 +85,9 @@ Switched to a new branch '386'
75
85
76
86
### 7. Run brutils locally
77
87
78
-
## Installation with poetry
88
+
####Installation with poetry
79
89
80
-
### Requirements
90
+
#####Requirements
81
91
82
92
-[Python 3.10+][python]
83
93
-[Poetry][poetry]
@@ -112,11 +122,11 @@ Installing dependencies from lock file
112
122
...
113
123
```
114
124
115
-
## Installation with pip
125
+
####Installation with pip
116
126
117
127
If you prefer to use pip, you can install the project in development mode as follows:
118
128
119
-
### Requirements
129
+
#####Requirements
120
130
121
131
-[Python 3.10+][python]
122
132
-[pip][pip]
@@ -134,7 +144,7 @@ Use the pip command to install the dev and test dependencies through the require
134
144
pip install -r requirements-dev.txt
135
145
```
136
146
137
-
## Using locally
147
+
####Using locally
138
148
139
149
Now, you can use it [in the same way described in the README.md file](/README_EN.md#usage).
140
150
@@ -584,7 +594,7 @@ This PR adds the convert_uf_to_text utility to convert Brazilian state codes (e.
584
594
585
595
[Ensure your branch is up to date with main][github-sync-pr].
586
596
587
-
# Release a New Version
597
+
## Release a New Version
588
598
589
599
Here you will find how to deploy a new production version of brutils:
0 commit comments