We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73015b8 commit 73f1be0Copy full SHA for 73f1be0
2 files changed
CONTRIBUTING.md
@@ -371,6 +371,13 @@ $ make format
371
All checks passed!
372
```
373
374
+Adicione suas mudanças para staging area:
375
+
376
+```bash
377
+$ git add --all
378
+...
379
+```
380
381
Faça o commit das alterações:
382
383
```bash
CONTRIBUTING_EN.md
@@ -341,6 +341,13 @@ $ make format
341
342
343
344
+Add your changes to the staging area:
345
346
347
348
349
350
351
Commit your changes:
352
353
0 commit comments