Skip to content

Commit 80c38a5

Browse files
committed
Remove issue requirement from CONTRIBUTING.
1 parent 0bafed3 commit 80c38a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
- Create a feature branch: `git checkout -b feature_branch`
55
- Make your changes (see how to [Propose Problems](#propose-problems) below)
66
- Make sure the tests pass: `mix test`
7-
- Create an [issue](https://github.com/pgr0ss/elixir_experience/issues/new)
87
- Push your feature branch: `git push origin feature_branch`
9-
- Submit a pull request referencing the issue created
8+
- Submit a pull request with your feature branch
109

1110
### Propose Problems
1211
Problems require the following:

0 commit comments

Comments
 (0)