From aaac1cddeb029f80594a5836e34b7c2fc8114660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A8fferson=20Gon=C3=A7alves?= <411493+jeffersonsimaogoncalves@users.noreply.github.com> Date: Wed, 1 May 2024 09:27:01 -0300 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ea878e2..74bdfd7 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ e o `monitoramento de vendas`. - [captainhook/captainhook](https://github.com/captainhookphp/captainhook) - [mockery/mockery](https://github.com/mockery/mockery) +--- +### 🔨 Github Workflow + Actions +- [.github/workflows/dependabot-auto-merge.yml](https://github.com/dependabot/fetch-metadata) +- [.github/workflows/release.yml](https://github.com/google-github-actions/release-please-action) +- [.github/dependabot.yml](https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file) + --- ### :books: Configurando o projeto em um novo ambiente Simplesmente execute o comando `make` no seu terminal: From 8c11204a4cb7d3c63a37046d77cf8a11690beb7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A8fferson=20Gon=C3=A7alves?= <411493+jeffersonsimaogoncalves@users.noreply.github.com> Date: Wed, 1 May 2024 09:48:21 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74bdfd7..7be9727 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,12 @@ e o `monitoramento de vendas`. - [mockery/mockery](https://github.com/mockery/mockery) --- -### 🔨 Github Workflow + Actions +### 🔨 Github Templates + Workflow + Actions - [.github/workflows/dependabot-auto-merge.yml](https://github.com/dependabot/fetch-metadata) - [.github/workflows/release.yml](https://github.com/google-github-actions/release-please-action) +- [.gihub/ISSUE_TEMPLATE](https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository) +- [.github/CONTRIBUTING.md](https://docs.github.com/pt/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors) +- [.github/PULL_REQUEST_TEMPLATE.md](https://docs.github.com/pt/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository) - [.github/dependabot.yml](https://docs.github.com/pt/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file) ---