Contribute-To-This-Project
Contribute-To-This-Project copied to clipboard
Continuous Integration/prettier Issue
When PRs are made with CI. If the PR is not made from the forked master branch CI will not be able to find file, and not pass.
Suggested fix for issue:
- Possible change in instructions for submitting pull request.
- Is there anything we can do to change settings for CI to make sure it can find branches of forks?
#987
#988
I confirm waht micahweston discovered, If you create a PR from master it pass the checks, if the PR is from the branch it does not pass.
In my opinion is makes sense to create the PR from the branch and not from master. This way is how We usually do it in my workplace. Is this the common way?
Or we could just manually update the HTML file (which is what I did for some of the cards using CTRL + K + F
in vscode)
Having an automated way to make sure the project consistently remains organised by prettier, especially after being forked and submitted by a contributor would be a big advantage. It is an area that would be worth investing time in to figure out how to solve and improve.
closing the issue: the project has pre-commit prettier configuration now.