-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Feat/remove private org #1642
Feat/remove private org #1642
Conversation
…doesFoundation#1573) * setup script will now ask for superAdmin email * asked changes * Update setup.ts * new commit * new commit * new commit * new commit * new commit * new commit * new commit * new commit * new commit * new commit * new commit
* Added script to generate table of content * git hook to generate toc when markdown files are changed. * script for toc
…ation#1616) Bumps [@types/i18n](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/i18n) from 0.13.8 to 0.13.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/i18n) --- updated-dependencies: - dependency-name: "@types/i18n" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Akhilender <[email protected]>
* Added script to generate table of content * git hook to generate toc when markdown files are changed. * script for toc
Signed-off-by: Akhilender <[email protected]>
* Added script to generate table of content * git hook to generate toc when markdown files are changed. * script for toc
…ation#1616) Bumps [@types/i18n](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/i18n) from 0.13.8 to 0.13.10. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/i18n) --- updated-dependencies: - dependency-name: "@types/i18n" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Akhilender <[email protected]>
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersWhen your PR has been assigned reviewers contact them to get your code reviewed and approved via:
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
@palisadoes please assign reviewers ,there are changes in file which does not relate to this issue because I was having conflicts when I merge the branches |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1642 +/- ##
===========================================
- Coverage 98.17% 97.43% -0.75%
===========================================
Files 184 214 +30
Lines 10767 12923 +2156
Branches 835 1040 +205
===========================================
+ Hits 10571 12591 +2020
- Misses 186 302 +116
- Partials 10 30 +20 ☔ View full report in Codecov by Sentry. |
Use the original PR after I've reopened it. Closing |
What kind of change does this PR introduce?
Removes support for private organizations
Issue Number:
Fixes #1604
Did you add tests for your changes?
NO
Have you read the contributing guide?
Yes