This document is intended for contributors and is draw to help them contribute. This document contains information about issue generation, fork and code modification, and create pull request.
Thank you for contributing to our project! 👏
Now, let me explain how to contribute to our project.
If you find a problem when the using project, please create an issue.
First, check the open and closed issues. Another contributor may be correcting the problem you found, or you may have already completed the correction.
If you have a new issue, click New Issue and write script using the issue template created.
After you resolve the issue, close the issue you created.
Click the Fork button in the upper right corner of the create-dev-portfolio repository. A replica of our repository will be created in your github account.
Clone the forked repository in local. Click the code button and click the Copy to Clipboard icon next to url.
- You need to get clone url from your fork repository.
git clone <URL_ADDRESS_YOU_CLONED>
When executing this command, our repository will be replicated locally. Now solve the issue there.
If you have resolving the issue, please commit your corrections.
When you're finished with the changes, create a pull request, also known as a PR.
- Please create a pull request with the develop branch.
- Create a pull request and select administrator as the reviewer.
- Administrator List : woorim960, seohyunsim, soonki-98, jisu3817
- If you add it as a reviewer, the administrator will review your PR.
Your PR is merged.
Thank you for contributing to the improvement of create-dev-portfolio.
Now you are a contributor to our project!