Skip to content

Commit be04957

Browse files
committed
new PR testing procedure
1 parent 9fc2427 commit be04957

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

sphinx/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ Welcome to Specify Developer documentation!
4949
security/fix_exposed_secret
5050
security/monitoring
5151

52+
.. toctree::
53+
:maxdepth: 1
54+
:caption: Testing:
55+
56+
testing/pull_requests
57+
5258
.. toctree::
5359
:maxdepth: 1
5460
:caption: Misc:

sphinx/testing/pull_requests.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Pull Request Testing
2+
########################
3+
4+
PRs tagged with label "Migration"
5+
=======================
6+
7+
* Download the current database you’ll be working with.
8+
* Upload a duplicate of this database with a new name format:
9+
oldDatabaseName_migration4847 (or similar, based on the migration number).
10+
* Create a branch with this duplicate database.
11+
* Run the tests on this branch.
12+
* Once testing is complete, delete the duplicate database on which the migration was run.

0 commit comments

Comments
 (0)