From 0c0963c0721b9a48e49e9a8269fa2ef90326a0d5 Mon Sep 17 00:00:00 2001 From: "F. Rifat Hasan" Date: Wed, 4 Dec 2024 22:47:12 +0600 Subject: [PATCH] Fix hyphen to asterisk best-practices.md For some reason main English "best-practices.md" file contain this bug. when i simply copy the best practice file and start translation and start a pull request i face a test was failing again and again. --- _articles/bn/best-practices.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_articles/bn/best-practices.md b/_articles/bn/best-practices.md index b9bf9b6bb6..4ec6216d6a 100644 --- a/_articles/bn/best-practices.md +++ b/_articles/bn/best-practices.md @@ -61,10 +61,10 @@ If maintaining your project is part-time or purely volunteered, be honest about Here are a few rules that are worth writing down: -- How a contribution is reviewed and accepted (_Do they need tests? An issue template?_) -- The types of contributions you'll accept (_Do you only want help with a certain part of your code?_) -- When it's appropriate to follow up (_for example, "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread."_) -- How much time you spend on the project (_for example, "We only spend about 5 hours per week on this project"_) +* How a contribution is reviewed and accepted (_Do they need tests? An issue template?_) +* The types of contributions you'll accept (_Do you only want help with a certain part of your code?_) +* When it's appropriate to follow up (_for example, "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread."_) +* How much time you spend on the project (_for example, "We only spend about 5 hours per week on this project"_) [Jekyll](https://github.com/jekyll/jekyll/tree/master/docs), [CocoaPods](https://github.com/CocoaPods/CocoaPods/wiki/Communication-&-Design-Rules), and [Homebrew](https://github.com/Homebrew/brew/blob/bbed7246bc5c5b7acb8c1d427d10b43e090dfd39/docs/Maintainers-Avoiding-Burnout.md) are several examples of projects with ground rules for maintainers and contributors.