-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CCRFI "Conventional Commits: Request for Implementation" #537
Comments
Note: lots of technical projects have something like this. A couple examples:
I centered SRFI as the main example because of a key similarity: Scheme's RFIs are optional standardized extensions which keep the core spec minimal, and Conventional Commit's RFI would do the same. |
The current spec seems to suggest just hosting extension specs in our own repos. Here's why I think a
I could not ask for a better illustration of these two points than the example extension mentioned in the FAQ,
|
I'm not sure I see value in this. Can you elaborate more on a use case you have that would benefit from this? |
@damianopetrungaro probably not until I have recharged from how much effort I've put into very thoroughly covering the value more abstractly. Hopefully someone else has more reserves of unpaid time/patience/desire/knack for concrete examples, or your mind will start to generate/notice examples now that you have the idea. |
The Conventional Commits community would benefit a lot from mimicking Scheme's "Request for Implementation" (SFRI) process to coordinate common (or nontrivial-to-design-well) extensions.
This would allow us to
So I propose:
requests-for-implementation
repo under theconventional-commits
org.The text was updated successfully, but these errors were encountered: