mirror of
http://github.com/valkey-io/valkey
synced 2024-11-21 16:46:15 +00:00
Changing some references from Redis to placeholderkv. Signed-off-by: Parth Patel <661497+parthpatel@users.noreply.github.com>
This commit is contained in:
parent
3782446a40
commit
11ddd8b289
2
BUGS
2
BUGS
@ -1 +1 @@
|
||||
Please check https://github.com/redis/redis/issues
|
||||
Please check https://github.com/placeholderkv/placeholderkv/issues
|
||||
|
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user