Event lifecycle
一貫した開発プロセスとドキュメントを確保するため、GitLabへのすべての貢献は英語で提出する必要があります。そのため、GitLabへの貢献に関するドキュメント(https://docs.gitlab.com/development/に掲載)も英語でのみ提供されています。
以下を希望される場合:
- コードの貢献を提出する
- バグの報告または修正
- 機能や改善の提案
- ドキュメントへの貢献
これらのページの英語版のガイドラインに従ってください。
このページの英語版にアクセスしてください。
The following guidelines explain the steps to follow at each stage of an event’s lifecycle.
Add an event
See the event definition guide for more details.
Remove an event
To remove an event:
- Move the event definition file to the
/removedsubfolder. - Update the event definition file to set the
statusfield toremoved. - Update the event definition file to set the
milestone_removedfield to the milestone when the event was removed. - Update the event definition file to set the
removed_by_urlfield to the URL of the merge request that removed the event. - Remove the event tracking from the codebase.
- Remove the event tracking tests.