Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For simple changes, you can just open a pull request and describe what you're doing in the PR.  For more complex changes, you can create a design doc.   If you are not sure, ask on the developer forum

Announce and discuss your design

If you do need a design doc, create one in the project documentation space, and announce it on the developer forum.  In your announcement, put a link to the design doc, with a brief description.  Your The initial draft of your design only needs a title and an overview

When you start your topic, use a summary of the feature or bug for your topic title, for example, "Server Periodic Hook".   In the forum discussion, add a pointer to your design page.  Use the developer forum for all your design discussions.  

Make your design useful and readable

Be kind to your readers: try to answer questions in your design doc so that other developers, admins, job submitters, testers, and publications people can get the info they need.  Be concise, include diagrams and examples, and keep the design doc up to date.  Put a concise, descriptive, unique title at the top.  If the design is associated with an issue ID, include it.  ItAfter you've started the forum discussion, it's helpful to include a link in the design doc that goes to the discussion on the developer forum.  Later, when you create your pull request, you can link to it as well.

Describe the change you're making.  Explain how it makes the world a better place.  Make sure that non-coders can understand what you're saying.  Explain how it's used, and by whom.

...