Skip to content

Commit

Permalink
process for changing scope
Browse files Browse the repository at this point in the history
  • Loading branch information
tdhock committed Nov 30, 2023
1 parent 45202ee commit 0eb3cde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ The purpose of this document is to define how people related to the project work

## The R package

The purpose of the project is to maintain the R data.table package,
which is guided by the following principles:
The purpose of the project is to maintain the R data.table package, which is guided by the following principles:

* No external Imports/LinkingTo/Depends dependencies (external meaning those not maintained by the project)
* Few (if any) Suggests/Enhances dependencies
Expand All @@ -19,7 +18,8 @@ which is guided by the following principles:
* Comprehensive and accessible documentation and run-time signals (errors, warnings)
* Clear error and warning messages

To prioritize developer time, we define what is in and out of current scope.
To prioritize developer time, we define what is in and out of current scope. Feature requests in issues and pull requests that are out of current scope should be closed immediately, because they are not the current priority. If someone wants to contribute code that is currently out of scope, they first have to make a pull request that changes the scope as defined below.

The current scope of package functionality includes:
* Data manipulation and analysis
* reshaping/pivoting
Expand Down

0 comments on commit 0eb3cde

Please sign in to comment.