mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-08 22:45:51 +01:00
Default priorities changed according to the wishlist spec.
This commit is contained in:
@@ -78,8 +78,10 @@ trait RepositoryCreationService {
|
||||
}
|
||||
|
||||
def insertDefaultPriorities(userName: String, repositoryName: String)(implicit s: Session): Unit = {
|
||||
createPriority(userName, repositoryName, "high", "high", "fc2929")
|
||||
createPriority(userName, repositoryName, "medium", "medium", "fcc629")
|
||||
createPriority(userName, repositoryName, "low", "low", "acacac")
|
||||
createPriority(userName, repositoryName, "highest", "All defects at this priority must be fixed before any public product is delivered.", "fc2929")
|
||||
createPriority(userName, repositoryName, "very high", "Issues must be addressed before a final product is delivered.", "fc5629")
|
||||
createPriority(userName, repositoryName, "high", "Issues should be addressed before a final product is delivered. If the issue cannot be resolved before delivery, it should be prioritized for the next release.", "fc9629")
|
||||
createPriority(userName, repositoryName, "important", "Issues can be shipped with a final product, but should be reviewed before the next release.", "fccd29")
|
||||
createPriority(userName, repositoryName, "default", "Default.", "acacac")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user