Skip to content

Commit

Permalink
Require retweet text
Browse files Browse the repository at this point in the history
  • Loading branch information
IstoraMandiri committed Jun 29, 2023
1 parent 3873b6c commit c162074
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contribunator.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import tweet from "@/lib/contribution/tweet";
import { UserConfig } from "@/types";

const commonTweetOpts = {
options: {
retweetTextRequired: true,
},
placeholder:
"e.g. Decentralized, Immutable, Unstoppable!\n\n$ETC #EthereumClassic #ClassicIsComing 🍀",
tags: [
Expand Down Expand Up @@ -54,6 +57,7 @@ const config: UserConfig = {
contributions: {
tweet: tweet({
title: "Suggest a Tweet for @eth_classic",
options: commonTweetOpts.options,
form: {
description: `${commonTweetOpts.classic} ${commonTweetOpts.description}`,
fields: {
Expand All @@ -72,6 +76,7 @@ const config: UserConfig = {
contributions: {
tweet: tweet({
title: "Suggest a Tweet for @ETC_Network",
options: commonTweetOpts.options,
form: {
description: `${commonTweetOpts.network} ${commonTweetOpts.description}`,
fields: {
Expand Down

1 comment on commit c162074

@vercel
Copy link

@vercel vercel bot commented on c162074 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.