From 2e29cb8776e8346d6a18259e157abf9ac016f410 Mon Sep 17 00:00:00 2001 From: Alan Crosswell Date: Sun, 24 Apr 2022 13:37:20 -0400 Subject: [PATCH 1/2] Add help wanted to the README --- README.rst | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 47 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 8a9f333db..5eb5a97a7 100644 --- a/README.rst +++ b/README.rst @@ -39,11 +39,6 @@ Note: If you have issues installing Django 4.0.0, it is because we only support Django 4.0.1+ due to a regression in Django 4.0.0. Besides 4.0.0, Django 2.2+ is supported. `Explanation `_. -Contributing ------------- - -We love contributions, so please feel free to fix bugs, improve things, provide documentation. Just `follow the -guidelines `_ and submit a PR. Reporting security issues ------------------------- @@ -99,3 +94,50 @@ License ------- django-oauth-toolkit is released under the terms of the **BSD license**. Full details in ``LICENSE`` file. + +Help Wanted +----------- + +We need help maintaining and enhancing django-oauth-toolkit (DOT). + +Join the team +~~~~~~~~~~~~~ + +Please consider joining `Jazzband `__ (If not +already a member) and the `DOT project +team `__. + +How you can help +~~~~~~~~~~~~~~~~ + +See our +`contributing `__ +info and the open +`issues `__ and +`PRs `__, +especially those labeled +`help-wanted `__. + +Submit PRs and perform Reviews +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +PR submissions and reviews are always appreciated! Since we require an +independent review of any PR before it can be merged, having your second +set of eyes looking at PRs is extremely valuable. + +Please don’t merge PRs +~~~~~~~~~~~~~~~~~~~~~~ + +Please be aware that we don’t want *every* Jazzband member to merge PRs +but just a handful of project team members so that we can maintain a +modicum of control over what goes into a release. Only `project +leads `__ are able to +publish releases to Pypi and it becomes difficult when creating a new +release for the leads to deal with “unexpected” merged PRs. + +Become a Project Lead +~~~~~~~~~~~~~~~~~~~~~ + +If you are interested in stepping up to be a Project Lead, please join +the +`discussion `__. From 05c8609536516072b1922e30d218883e81d0f616 Mon Sep 17 00:00:00 2001 From: Alan Crosswell Date: Sun, 24 Apr 2022 13:44:23 -0400 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5eb5a97a7..3acf459d8 100644 --- a/README.rst +++ b/README.rst @@ -118,7 +118,7 @@ info and the open especially those labeled `help-wanted `__. -Submit PRs and perform Reviews +Submit PRs and Perform Reviews ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ PR submissions and reviews are always appreciated! Since we require an @@ -130,7 +130,7 @@ Please don’t merge PRs Please be aware that we don’t want *every* Jazzband member to merge PRs but just a handful of project team members so that we can maintain a -modicum of control over what goes into a release. Only `project +modicum of control over what goes into a release of this security oriented code base. Only `project leads `__ are able to publish releases to Pypi and it becomes difficult when creating a new release for the leads to deal with “unexpected” merged PRs.