Skip to content

Commit 5ab6abb

Browse files
authored
Merge pull request #503 from wayofdev/feat/tpl-updates
chore: minor changes
2 parents 900b2c6 + 35c2ac8 commit 5ab6abb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,12 @@ Refer to the output of `make help` for a comprehensive list of available command
5757
5858
- **Fork the Repository**: Start by forking the repository to your GitHub account.
5959
- **Create a Branch**: In your fork, create a new branch for your work. Name it appropriately based on the feature, fix, or update you're working on.
60-
- **Make Your Changes**: Implement your changes, commit them, and push the branch to your fork.
60+
- **Make Your Changes**: Implement your changes
6161
- **Run Tests**: Ensure all tests pass and the code adheres to the coding standards.
6262
- **Update Documentation**: If you've made changes that affect the project's documentation, ensure it is updated.
6363
- **Run Linters**: Ensure your code passes all linting checks using `make lint`.
6464
- **Commit Your Changes**: Use the [Conventional Commits](#-commit-message-guidelines) standard for your commit messages. You can use `make commit` to assist in creating commit messages.
65+
- **Push Your Changes**: Push your branch to your fork on GitHub.
6566
- **Open a Pull Request**: Submit a pull request to the `master` branch of the original repository. Ensure your PR is focused, addressing a single feature, fix, or improvement.
6667

6768
<br>

.github/workflows/integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
trust-gpg-keys: '0x033E5F8D801A2F8D'
210210

211211
- name: 🔬 Run maglnet/composer-require-checker
212-
run: .phive/composer-require-checker check --ansi --config-file="$(pwd)"/composer-require-checker.json --verbose
212+
run: .phive/composer-require-checker check --ansi --config-file="$(pwd)/composer-require-checker.json" --verbose
213213

214214
mutation-testing:
215215
timeout-minutes: 16

0 commit comments

Comments
 (0)