matrix-org / matrix-org/mscbot-python
MSC Multi-Authoring
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Python
- Estrellas
- 7
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Is your feature request related to a problem? Please describe.
Sometimes, MSCs will gain or have multiple authors. Be it in a corporate/group setting where multiple people have to interact with reviews and threads from the SCT or community. Or in a delegate/"community shepherd" setting where the original author does not have the time or energy to continue working on a MSC.
In these situations, people can still contribute to the MSC, but they crucially do not have the same capabilities as the original PR author, as the following;
- (Un)Resolving threads
- Editing the PR description
- Often required to update implementations, but other reasons may also exist.
- Update the PR branch itself with commits.
Describe the solution you'd like.
For the first two issues, I'd like to request that the mscbot is able to respond to commands such as @mscbot resolve (on a thread) or @mscbot update_description <new description> (as a comment, which then gets hidden after processing).
For the last issue, there is #21.
To activate it, the original author should add Author: @user_a, @user_b, ... to the PR description. (Obviously, the update_description will not be able to overwrite this part)
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza por el manejo que hace mscbot de los comentarios de pull request y los hilos de revisión; después, sigue cómo se representan las descripciones de los pull request y los permisos de los autores. El issue especifica comandos para resolver hilos y actualizar descripciones, además de una declaración de Author que debe permanecer protegida. Se considera terminado cuando los coautores autorizados pueden realizar las acciones solicitadas, mientras que los usuarios no autorizados no pueden.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- python
- Área
- devtools
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100