Skip to content

Commit bfd8b09

Browse files
Fix slack link and git command.
1 parent 86fd54d commit bfd8b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://github.com/robotframework/RIDE/issues[issue tracker].
2424
If you are unsure if something is a bug or is a feature worth
2525
implementing, you can first ask on link:https://forum.robotframework.org/c/tools/ride/21/[RIDE]
2626
(RIDE at Forum), or on
27-
https://robotframework-slack-invite.herokuapp.com[Slack]. These and
27+
https://slack.robotframework.org/[Slack]. These and
2828
other similar forums, not the issue tracker, are also places where to
2929
ask general questions.
3030

@@ -124,7 +124,7 @@ Then you may change to the ``develop`` branch, which should be the base for feat
124124
. ``git pull origin develop``
125125
. ``git checkout -b a_new_branch_based_on_develop``
126126
. After changes, you add new files, ``git add a_new_file``
127-
. You add and commit the modified files, ``git -a -m "The short message with info about the change``
127+
. You add and commit the modified files, ``git commit -a -m "The short message with info about the change"``
128128
. You push the commit to your fork, ``git push origin a_new_branch_based_on_develop``
129129
. You may repeat the commit/push and when ready create a Pull Request to your ``develop`` branch, or
130130
. You checkout your ``develop``branch, and merge with ``git merge a_new_branch_based_on_develop``

0 commit comments

Comments
 (0)