forked from M-Labs/artiq
update contributing and developer notes for Gitea
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
.. Github links to this from the new issue page
|
||||
https://github.com/m-labs/artiq/issues/new. Keep relevant information for
|
||||
.. Gitea links to this from the new issue page
|
||||
https://git.m-labs.hk/M-Labs/artiq/issues/new. Keep relevant information for
|
||||
bug reporting at the top.
|
||||
|
||||
Reporting Issues/Bugs
|
||||
=====================
|
||||
|
||||
Thanks for `reporting issues to ARTIQ
|
||||
<https://github.com/m-labs/artiq/issues/new>`_! You can also discuss issues and
|
||||
<https://git.m-labs.hk/M-Labs/artiq/issues/new>`_! You can also discuss issues and
|
||||
ask questions on IRC (the #m-labs channel on OFTC), the `Mattermost chat
|
||||
<https://chat.m-labs.hk>`_, or in the `forum <https://forum.m-labs.hk>`_.
|
||||
|
||||
|
||||
@@ -17,4 +17,4 @@ To determine which user is locking a board, use a command such as:
|
||||
Deleting git branches
|
||||
=====================
|
||||
|
||||
Never use ``git push origin :branch`` nor ``git push origin --delete branch``, as this can delete code that others have pushed without warning. Instead, always delete branches using the GitHub web interface that lets you check better if the branch you are deleting has been fully merged.
|
||||
Never use ``git push origin :branch`` nor ``git push origin --delete branch``, as this can delete code that others have pushed without warning. Instead, always delete branches using the Gitea web interface that lets you check better if the branch you are deleting has been fully merged.
|
||||
|
||||
Reference in New Issue
Block a user