-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create contributors guide #39
Conversation
```shell | ||
$ dbt-score lint | ||
``` | ||
> dbt-score lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With shell
, the numbers appear in red, which is quite confusing as it's not the case in the actual terminal output
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is, good change 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all looking good! 🚀 Just a couple of comments
@@ -81,10 +81,10 @@ Every rule can be configured with the following option: | |||
of 4. | |||
|
|||
Some rules have additional configuration options, e.g. | |||
[sql_has_reasonable_number_of_lines](/rules/generic/#sql_has_reasonable_number_of_lines). | |||
[sql_has_reasonable_number_of_lines](rules/generic.md#sql_has_reasonable_number_of_lines). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, I noticed these links as well 👌
docs/contributors_guide.md
Outdated
|
||
### Adding or changing core features | ||
|
||
Before implementing or changing a new feature, we kindly ask you to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we mention a lot of times that they should always open an issue first, becomes a little bit too much IMO
```shell | ||
$ dbt-score lint | ||
``` | ||
> dbt-score lint |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is, good change 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO looks good to begin with 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
While there, fix some inconsistencies in the documentation website, and update the readme.