Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.71 KB

Contribute.md

File metadata and controls

72 lines (43 loc) · 2.71 KB

Open_Source_Love license_badge

create-dev-portfolio Contributing Guide

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! 👏

How to contribute our project

Now, let me explain how to contribute to our project.

Issues

If you find a problem when the using project, please create an issue.

create New 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. image

solved the issue

After you resolve the issue, close the issue you created.

Fork the Repository

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. image

Clone the Repository

Clone the forked repository in local. Click the code button and click the Copy to Clipboard icon next to url.

caution

  • You need to get clone url from your fork repository.

Open the terminal and run this command

git clone <URL_ADDRESS_YOU_CLONED>

When executing this command, our repository will be replicated locally. Now solve the issue there.

Contribution reflected

Commit your update

If you have resolving the issue, please commit your corrections.

Create Pull Request

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.

image

Congratulations! 🎉

Your PR is merged.

Thank you for contributing to the improvement of create-dev-portfolio.

Now you are a contributor to our project!