From c19125894f0ca50e13f1adfca954d2b1d63287d4 Mon Sep 17 00:00:00 2001 From: Gabriella Date: Thu, 16 Oct 2025 16:17:39 -0600 Subject: [PATCH] Edit contributing.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f122a5a..ab7cc51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,7 +7,7 @@ This is primarily open-source so that others can implement the code that we've w Currently, we use GitHub actions to test the database portion of the codebase. It's a bit harder to test the Discord-centric commands otherwise. ## Submitting changes -Please send a [new GitHub Pull Request](https://github.com/contrastellar/raid-callouts/compare) with a clear list of what's been done! +Please send a [new Pull Request](https://git.contrastellar.com/contrastellar/raid-callouts/pulls) with a clear list of what's been done! When you send in a Pull Request (PR), we'll be super happy if you've made tests or otherwise commented your code clearly with what it does, and what libraries it uses in addition to our base libraries! Please always write a clear commit message for your commits. One-line messages are fine for smaller changes, but bigger changes should be more details!