Skip to content
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

New Hashtag. Ask for donation in announcement. Fix small typo in PR template #755

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

_All issues labeled as **Good First Issue** of the project listed on [OpenSustain.tech](https://opensustain.tech/) will be visible on [ClimateTriage.com](https://climatetriage.com/). This is a great way to welcome new community members to your project._

All projects listed will be posted on our [Mastodon channel](https://mastodon.social/@opensustaintech)
All new projects listed will be posted on our [Mastodon channel](https://mastodon.social/@opensustaintech).

2 changes: 1 addition & 1 deletion .github/workflows/post_mastodon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Extract Line with URL as Toot
env:
default_hashtags: " #climate #sustainability #opensource"
default_hashtags: " #climate #sustainability #opensource #opensustain"
run: |
echo -e "${{ github.event.head_commit.message }}" >> toot
toot_message="$(cat toot | grep -m 1 https*)"$default_hashtags
Expand Down
4 changes: 2 additions & 2 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% extends "base.html" %}

{% block announce %}
<a href="https://ossforclimate.sustainoss.org/">
<a href="https://opencollective.com/open-sustainable-technology">
<div style="color:#009485">
<strong> Listen to our podcast <font color="#f77700">OSS for Climate</font> </strong>
<strong> Help us to sponsor <font color="#f77700">our next report</font> </strong>
<span class="twemoji seedling" style="color:#009485">
{% include ".icons/fontawesome/solid/seedling.svg" %}
</span>
Expand Down
Loading