-
Notifications
You must be signed in to change notification settings - Fork 307
Add CODEOWNERS file #651
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
Add CODEOWNERS file #651
Changes from all commits
f39c48a
28ac23c
23557b8
c092669
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # See https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners | ||
| # This file designates users or teams responsible for code in the repository. | ||
| # Example: | ||
| # * @github-username | ||
|
|
||
| * @your-github-username | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||||
| # Onboarding Guide | ||||||
|
|
||||||
| Client side set up is straight forward and standard, i.e clone the repo [Resonte Client Side Repo](https://github.com/AOSSIE-Org/Resonate), do `flutter pub get` in the root of the project etc so this guide would focus on the backend env set up. | ||||||
| Client side set up is straight forward and standard, i.e clone the repo [Resonate Client Side Repo](https://github.com/AOSSIE-Org/Resonate), do `flutter pub get` in the root of the project etc so this guide would focus on the backend env set up. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion | 🟠 Major Address grammar issues alongside the typo fix. While correcting the "Resonate" typo, the sentence has three additional grammar issues that should be fixed:
Apply this diff to fix all issues: -Client side set up is straight forward and standard, i.e clone the repo [Resonate Client Side Repo](https://github.com/AOSSIE-Org/Resonate), do `flutter pub get` in the root of the project etc so this guide would focus on the backend env set up.
+Client-side setup is straightforward and standard; i.e., clone the repo [Resonate Client Side Repo](https://github.com/AOSSIE-Org/Resonate), do `flutter pub get` in the root of the project, etc., so this guide would focus on backend environment setup.📝 Committable suggestion
Suggested change
🧰 Tools🪛 LanguageTool[grammar] ~3-~3: Use a hyphen to join words. (QB_NEW_EN_HYPHEN) [grammar] ~3-~3: Use a hyphen to join words. (QB_NEW_EN_HYPHEN) [style] ~3-~3: In American English, abbreviations like “etc.” require a period. (ETC_PERIOD) 🤖 Prompt for AI Agents
|
||||||
|
|
||||||
| Please strictly stick to the guide do not go off installing stuff on your own | ||||||
|
|
||||||
|
|
||||||
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.
The placeholder username "@your-github-username" should be replaced with actual maintainer GitHub usernames. Based on the README.md, the maintainers are @jddeep and @chandansgowda. Consider using:
* @jddeep @chandansgowdaThis ensures that pull requests are automatically assigned to the correct reviewers.