aecreations / clippings-tb

Clippings for Thunderbird
Other
2 stars 0 forks source link

Clippings for Thunderbird

Save frequently-entered text for pasting later.

Saves and manages frequently-entered text for later pasting into email messages in Thunderbird. Pasting a clipping is accomplished with just two mouse clicks, eliminating the hassle of retyping or repetitive copying and pasting.

Learn more and install the Thunderbird extension from the AE Creations website. Clippings is also available from Add-ons for Thunderbird.

Contribute!

Support the development of Clippings by making a donation. Learn more about other ways to get involved!

If you are skilled at Thunderbird extension development and want to contribute code for a bug fix or a new feature, follow these instructions:

  1. Create an issue to describe your bug fix or feature.
  2. Create a new branch originating from the branch for the current major version, branches/6.3. The new branch is where you should commit your code changes. The branch name should follow the naming convention branches/your-branch-name.
  3. When your code changes are ready for review, open a pull request to merge to the branch for the current major version. Ensure that your PR references the issue you created in step 1.
  4. IMPORTANT! The master branch contains the source code for the current release. Do not commit directly to the master branch.