正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

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:

  1. Move the event definition file to the /removed subfolder.
  2. Update the event definition file to set the status field to removed.
  3. Update the event definition file to set the milestone_removed field to the milestone when the event was removed.
  4. Update the event definition file to set the removed_by_url field to the URL of the merge request that removed the event.
  5. Remove the event tracking from the codebase.
  6. Remove the event tracking tests.