Skip to content

Commit 8ec8e22

Browse files
author
Nevo David
committed
Merge remote-tracking branch 'origin/main'
2 parents 717cb51 + edc6017 commit 8ec8e22

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "🐛 Bug Report"
22
description: "Submit a bug report to help us improve,\nif you have a problem installing the app please join our https://discord.postiz.com instead for help."
3-
title: "🐛 Bug Report: "
3+
title: "Give your bug report a good title "
44
labels: ["type: bug"]
55
body:
66
- type: markdown

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Feature
22
description: "Submit a proposal for a new feature"
3-
title: "🚀 Feature: "
4-
labels: [feature]
3+
title: "Give your feature request a title"
4+
labels: ["type: feature-request"]
55
body:
66
- type: markdown
77
attributes:

libraries/nestjs-libraries/src/services/trending.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export class TrendingService {
2323
});
2424

2525
const hashedNames = md5(arr.map(p => p.name).join(''));
26-
console.log(language, hashedNames);
26+
console.log('Updating GitHub trending topic', language, hashedNames);
2727
await this._starsService.updateTrending(language.name, hashedNames, arr);
2828
}
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)