From 11ddd8b289215b11e7afd797cb9ba83195d9f376 Mon Sep 17 00:00:00 2001 From: Parth <661497+parthpatel@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:55:37 -0700 Subject: [PATCH] Changing Redis references in files documenting development guidelines (#26) (#45) Changing some references from Redis to placeholderkv. Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com> --- BUGS | 2 +- CONTRIBUTING.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/BUGS b/BUGS index 7af259340..0c9a1d8e6 100644 --- a/BUGS +++ b/BUGS @@ -1 +1 @@ -Please check https://github.com/redis/redis/issues +Please check https://github.com/placeholderkv/placeholderkv/issues diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42322af7d..2bfbec92c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,9 +19,9 @@ There is also an active community of Redis users at Stack Overflow: https://stackoverflow.com/questions/tagged/redis -Issues and pull requests for documentation belong on the redis-doc repo: +Issues and pull requests for documentation belong on the placeholderkv-doc repo: - https://github.com/redis/redis-doc + https://github.com/placeholderkv/placeholderkv-doc If you are reporting a security bug or vulnerability, see SECURITY.md. @@ -37,7 +37,7 @@ Here you can see if there is consensus about your idea. 2. If in step 1 you get an acknowledgment from the project leaders, use the following procedure to submit a patch: - a. Fork Redis on GitHub ( https://docs.github.com/en/github/getting-started-with-github/fork-a-repo ) + a. Fork placeholderkv on GitHub ( https://docs.github.com/en/github/getting-started-with-github/fork-a-repo ) b. Create a topic branch (git checkout -b my_branch) c. Push to your branch (git push origin my_branch) d. Initiate a pull request on GitHub ( https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request )