Skip to content

Add CONTRIBUTING Guidelines#119

Merged
shacharPash merged 15 commits into
masterfrom
Issue118/ContributingGuidelines
May 2, 2023
Merged

Add CONTRIBUTING Guidelines#119
shacharPash merged 15 commits into
masterfrom
Issue118/ContributingGuidelines

Conversation

@shacharPash

Copy link
Copy Markdown
Contributor

Closes #118

@shacharPash

shacharPash commented Apr 30, 2023

Copy link
Copy Markdown
Contributor Author

@chayim LMK if something is missing or needs to be removed

@codecov-commenter

codecov-commenter commented Apr 30, 2023

Copy link
Copy Markdown

Codecov Report

Patch and project coverage have no change.

Comparison is base (a39b818) 93.27% compared to head (3a81b0b) 93.27%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #119   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files          77       77           
  Lines        4582     4582           
  Branches      424      424           
=======================================
  Hits         4274     4274           
  Misses        186      186           
  Partials      122      122           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Comment thread CONTRIBUTING.md Outdated
2. Do the changes in your fork
3. Write your tests

4. Use the `docker run -p 6379:6379 -it redis/redis-stack-server` as your local environment for running the functional tests.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker run -p 6379:6379 -it redis/redis-stack-server:edge

Comment thread CONTRIBUTING.md Outdated
dotnet test --filter <YourTestName>
```

If you want to run your tests against a specific host, you can do it this way:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to run your tests against a specific host and port, you can do it thus:

@chayim chayim left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes, then ready

@nermiller nermiller left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with minor edits

Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
Comment thread CONTRIBUTING.md Outdated
@chayim

chayim commented May 2, 2023

Copy link
Copy Markdown
Contributor

@shacharPash Can you take @nermiller suggestions and apply them to redis-py when done? Given that we used that as a base, it seems like some of these improvements can make it there as well.

Thanks @nermiller ❤️

shacharPash and others added 12 commits May 2, 2023 15:42
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
Co-authored-by: Nermina Miller <[email protected]>
@shacharPash shacharPash merged commit 74b0076 into master May 2, 2023
@shacharPash shacharPash deleted the Issue118/ContributingGuidelines branch May 2, 2023 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add CONTRIBUTING guidelines, like other clients

4 participants