diff --git a/src/doc/en/developer/index.rst b/src/doc/en/developer/index.rst index de24e3e3b7e..d45c46919a4 100644 --- a/src/doc/en/developer/index.rst +++ b/src/doc/en/developer/index.rst @@ -24,7 +24,7 @@ Here are brief overviews of each part; for more details, see the extended table of contents below. No matter where you start, good luck and welcome to Sage development! -- **Trac server:** all changes go through `the Sage Trac server +- **Trac server (until early 2023):** all changes go through `the Sage Trac server `_ at some point. It contains bug reports, upgrade requests, changes in progress, and those already part of Sage today. :ref:`Click here ` for more information. @@ -32,6 +32,10 @@ development! Importantly, you will need to :ref:`create a trac account ` in order to contribute. + **Sage development is scheduled to move to GitHub in early 2023.** + See our `transition guide from Trac to GitHub + `. + - **Source code:** You need your own copy of Sage's source code to change it. `Go there `_ to get it and for instructions to build it.