| Oct | NOV | Dec |
| 25 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
package.json
"babel": { "extends": "shared-tools" }, "commitlint": { "extends": [ "shared-tools" ] }, "eslintConfig": { "extends": "shared-tools" }Read more enhancement good first issue help wanted Open
https://git.<enterprise name>.com/<org>/<repo>, this bookmarklet doesn't work.
Read more
good first issue
help wanted
Open
git add commands with within a single action. For example:
- name: Commit changes uses: EndBug/add-and-commit@v5 with: author_name: Your Name author_email: mail@example.com message: "Your commit message" add: - "something/file.txt" - "crazy/*"Read more good first issue type: enhancement