Skip to content

Commit

Permalink
add information about creating issues for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Jul 19, 2023
1 parent 8c93835 commit 49bf205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Getting Started
---------------

- Pick a feature from the [TODO Features](https://github.com/cieslarmichal/faker-cxx/blob/main/TODO.md) or pick an issue from [Issues](https://github.com/cieslarmichal/faker-cxx/issues)
- If you picked a feature from list, please create an issue for it (so other contributors don't implement the same feature).
- Fork the repository on GitHub

Making Changes
--------------

- Create a feature/bug branch from main branch:

``git checkout -b feature/feature-name`` or ``git checkout -b bug/issue-name``.
``git checkout -b feature/feature-name``

Please avoid working directly on the ``main`` branch.
- Make commits of logical units.
Expand Down

0 comments on commit 49bf205

Please sign in to comment.