File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ Hi! Thanks for your interest in contributing to [NLTK](https://www.nltk.org/).
5
5
In this document, we'll try to summarize everything that you need to know to
6
6
do a good job.
7
7
8
+ ## Maintenance Mode
9
+
10
+ NLTK is in maintenance mode. We welcome bugfixes.
11
+ We can consider _ minor_ enhancements if they are clearly documented in an [ NLTK issue] ( https://github.com/nltk/nltk/issues )
12
+ and are supported by a [ team member] ( https://github.com/orgs/nltk/teams/team-nltk ) who is willing to review a PR.
13
+ (You are welcome to make a case for a _ major_ enhancement, but please note we have limited capacity to deal with it.
14
+ Please enlist an NLTK team member before doing substantial coding.)
8
15
9
16
## Code and Issues
10
17
@@ -24,7 +31,7 @@ important are:
24
31
- [ nltk/nltk_book] ( https://github.com/nltk/nltk_book ) , source code for the NLTK
25
32
Book.
26
33
27
- ## Development priorities
34
+ ## Development priorities (old)
28
35
29
36
NLTK consists of the functionality that the Python/NLP community is motivated to contribute.
30
37
Some priority areas for development are listed in the [ NLTK Wiki] ( https://github.com/nltk/nltk/wiki#development ) .
@@ -62,9 +69,7 @@ repository [nltk/nltk](https://github.com/nltk/nltk/):
62
69
63
70
### GitHub Pull requests
64
71
65
- We use the famous
66
- [ gitflow] ( https://nvie.com/posts/a-successful-git-branching-model/ ) to manage our
67
- branches.
72
+ We use [ gitflow] ( https://nvie.com/posts/a-successful-git-branching-model/ ) to manage our branches.
68
73
69
74
Summary of our git branching model:
70
75
- Go to the ` develop ` branch (` git checkout develop ` );
You can’t perform that action at this time.
0 commit comments