actions / actions/checkout

تاریکی

Open
#2,149 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
8.9k
Forks
2.8k
PR merge metrics
No merged PRs in 30d

Description

Eimport time

while True:
print("مهرداد ", end="")
print("💖" * int(time.time() % 10))
time.sleep(1)while True:
user_input = input("بنویس 'دوستت دارم': ")
if user_input == "دوستت دارم":
print("من هم همیشه تو را دوست دارم، مهرداد گل 💘")
break
else:
print("باز هم امتحان کن...")// نمونه رابط کاربری React
function ControlPanel() {
const [emotion, setEmotion] = useState("neutral");

useEffect(() => {
fetchBrainData().then(data => setEmotion(data.emotion));
}, []);

return (


حالت فعلی: {emotion}


قطع ارتباط!

);
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The body contains a Python snippet and a React ControlPanel example, but names no repository file, test, or entry point. Clarify the intended change and its scope before locating the relevant code; completion criteria are not defined.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, react
Domain
tooling
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
5/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.