Does it end?
This commit is contained in:
parent
ae775ac022
commit
f66ff077c4
1 changed files with 40 additions and 14 deletions
|
@ -592,9 +592,11 @@ Note: Get your notes on the Internet so you can find them again! This happens t
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Copy or have technology copy for you
|
### Copy
|
||||||
|
|
||||||
[drupal.org/project/module_builder](drupal.org/project/module_builder)
|
or have technology copy for you
|
||||||
|
|
||||||
|
**[drupal.org/project/module_builder](drupal.org/project/module_builder)**
|
||||||
|
|
||||||
Note: Shows how a lot of this is boilerplate. Drupal Console used to be the go-to for this; https://www.drupal.org/project/ckeditor_youtube/ is simple and used by many, it was a pure Drupal Console creation to start and has slowly gotten more complex. I hear there's some other tools out there that will burn venture capitalist cash to write code for you, unfortunately accellerating the boiling of our planet and ripping most all of creative humanity off, without credit, while doing so.
|
Note: Shows how a lot of this is boilerplate. Drupal Console used to be the go-to for this; https://www.drupal.org/project/ckeditor_youtube/ is simple and used by many, it was a pure Drupal Console creation to start and has slowly gotten more complex. I hear there's some other tools out there that will burn venture capitalist cash to write code for you, unfortunately accellerating the boiling of our planet and ripping most all of creative humanity off, without credit, while doing so.
|
||||||
|
|
||||||
|
@ -607,11 +609,8 @@ Note: Shows how a lot of this is boilerplate. Drupal Console used to be the go-
|
||||||
|
|
||||||
Note: @TODO bring in, cleaned up and not confusing
|
Note: @TODO bring in, cleaned up and not confusing
|
||||||
|
|
||||||
---
|
----
|
||||||
|
|
||||||
### Services: Event Subscriber
|
|
||||||
|
|
||||||
https://gitlab.com/find-it-program-locator/findit_library_sync/-/blob/8.x-1.x/migrations/findit_library_sync_events.yml#L5
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -623,13 +622,15 @@ https://gitlab.com/find-it-program-locator/findit_library_sync/-/blob/8.x-1.x/mi
|
||||||
* I asked you to
|
* I asked you to
|
||||||
* People may contribute to it
|
* People may contribute to it
|
||||||
* Someone may take it over and upgrade it or improve it greatly
|
* Someone may take it over and upgrade it or improve it greatly
|
||||||
|
* You are slightly more likely to find your own code
|
||||||
|
|
||||||
|
Note: Other people are also slightly more likely to find your code. If you have the energy, blog about your module. After that you can apply to add your feed to the Drupal planet. Updating your published date so your old posts get seen *one* time is acceptable.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[](https://www.drupal.org/project/workflow_buttons/issues/3120524)
|
[](https://www.drupal.org/project/workflow_buttons/issues/3120524)
|
||||||
|
|
||||||
Note: Or someone may make a tiny improvement that makes everyone's lives better.
|
Note: Someone may make a tiny improvement that makes everyone's lives better.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -642,9 +643,6 @@ Note: Or someone may make a tiny improvement that makes everyone's lives better.
|
||||||
description: 'Provide workflow buttons for content moderation instead of a select dropdown of states.'
|
description: 'Provide workflow buttons for content moderation instead of a select dropdown of states.'
|
||||||
core_version_requirement: ^8 || ^9 || ^10 || ^11
|
core_version_requirement: ^8 || ^9 || ^10 || ^11
|
||||||
+configure: workflow_buttons.settings
|
+configure: workflow_buttons.settings
|
||||||
|
|
||||||
dependencies:
|
|
||||||
- drupal:system (>=8.4)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -755,7 +753,7 @@ https://lithub.com/ijeoma-oluo-on-the-pervasive-impact-of-white-mediocrity/
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
#### Be explicit about your level of support
|
### Be explicit about your level of support
|
||||||
|
|
||||||
|
|
||||||

|

|
||||||
|
@ -767,7 +765,7 @@ There is another option there, 'Unsupported', but please do not select that afte
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### commit based on your own opinion
|
### commit based on your own opinion
|
||||||
— cmlara
|
— cmlara
|
||||||
|
|
||||||
Note: Be willing to commit based on your own opinion, don’t let issues languish waiting for the community to test, if you feel it’s good and you gave a bit of time (or feel it doesn’t need it) be willing to commit it on your own accord (also valid for “maintainer adjusted on commit”)
|
Note: Be willing to commit based on your own opinion, don’t let issues languish waiting for the community to test, if you feel it’s good and you gave a bit of time (or feel it doesn’t need it) be willing to commit it on your own accord (also valid for “maintainer adjusted on commit”)
|
||||||
|
@ -778,7 +776,7 @@ From
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
#### Write and/or generate release notes
|
### Write and/or generate release notes
|
||||||
|
|
||||||
[drupal-mrn.dev](https://drupal-mrn.dev/)
|
[drupal-mrn.dev](https://drupal-mrn.dev/)
|
||||||
|
|
||||||
|
@ -786,7 +784,7 @@ Note: This is great, i wrote something similar for Drutopia but we were on GitLa
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
#### Have a README.md file
|
### Have a README.md file
|
||||||
|
|
||||||
[gitlab.com/drutopia/writeme](https://gitlab.com/drutopia/writeme) will generate a simple README from your `composer.json`.
|
[gitlab.com/drutopia/writeme](https://gitlab.com/drutopia/writeme) will generate a simple README from your `composer.json`.
|
||||||
|
|
||||||
|
@ -794,6 +792,34 @@ Note: This way you add your description, issue queue link, funding source, etc t
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
### Choose Drupal security coverage for your module
|
||||||
|
|
||||||
|
#### Apply for the permission to opt into security advisory coverage
|
||||||
|
|
||||||
|
[drupal.org/node/1011698](https://www.drupal.org/node/1011698) has the steps.
|
||||||
|
|
||||||
|
----
|
||||||
|
|
||||||
|
- Writing secure code for Drupal
|
||||||
|
- [drupal.org/writing-secure-code](https://www.drupal.org/writing-secure-code)
|
||||||
|
- Drupal security Slack channels:
|
||||||
|
- #security-discussion
|
||||||
|
- #security-team
|
||||||
|
|
||||||
|
Note: Yet another community within the community you can join! Drupal helps a lot with security automatically, follow these tips and ask for clarification when needed.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Join local user groups, or the nearest (geographically or topical) one that hosts virtual events.
|
||||||
|
|
||||||
|
Agaric Show & Tell
|
||||||
|
|
||||||
|
agaric.coop/show
|
||||||
|
|
||||||
|
Thursdays 2pm Central
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||

|

|
||||||
agaric.coop/wtnamft · <a href="mailto:ask@agaric.coop">ASK@AGARIC.COOP</a>
|
agaric.coop/wtnamft · <a href="mailto:ask@agaric.coop">ASK@AGARIC.COOP</a>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue