Skip to content

Commit

Permalink
xep-template: Require accessibility and privacy sections
Browse files Browse the repository at this point in the history
The Privacy section is a new one, and Accessibility was previously
optional.

Rationale for the new section: it makes sense to distinguish between
security and privacy, even if there is an overlap.

Rationale for requiring both: not making accessibility and privacy part
of the core things required for a XEP is bad in this day and age, even
if I expect that most XEPs will not have much applicable on those
topics. It will make sure the authors have to consider those aspects
before submitting.
  • Loading branch information
mathieui authored and iNPUTmice committed Mar 10, 2024
1 parent b8d4860 commit 810f594
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion xep-template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@
<p>OPTIONAL.</p>
</section1>
<section1 topic='Accessibility Considerations' anchor='access'>
<p>OPTIONAL.</p>
<p>REQUIRED.</p>
</section1>
<section1 topic='Internationalization Considerations' anchor='i18n'>
<p>OPTIONAL.</p>
</section1>
<section1 topic='Security Considerations' anchor='security'>
<p>REQUIRED.</p>
</section1>
<section1 topic='Privacy Considerations' anchor='privacy'>
<p>REQUIRED.</p>
</section1>
<section1 topic='IANA Considerations' anchor='iana'>
<p>REQUIRED.</p>
</section1>
Expand Down

0 comments on commit 810f594

Please sign in to comment.