Skip to content

Documentation upgrade #12

Documentation upgrade

Documentation upgrade #12

Workflow file for this run

name: Greetings
on:
issues:
types: [opened]
pull_request_target:
types: [opened]
permissions:
issues: write
pull-requests: write
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Greet First Time Contributors
uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue_message: >
πŸ‘‹ Welcome to BrainPy! Thank you for opening your first issue.
We appreciate you taking the time to contribute to the project. A maintainer
will review your issue and respond as soon as possible.
In the meantime, please make sure you've provided all the necessary information
to help us understand and address your issue effectively.
If you're interested in contributing code, check out our
[Contributing Guide](https://github.com/brainpy/BrainPy/blob/master/CONTRIBUTING.md)
for more information on how to get started.
Happy coding! 🧠✨
pr_message: >
πŸŽ‰ Congratulations on opening your first pull request in BrainPy! Thank you for
your contribution!
A maintainer will review your changes soon. Please make sure:
- βœ… Your code follows our style guidelines
- βœ… All tests pass
- βœ… Documentation is updated (if applicable)
- βœ… You've filled out the PR template completely
We appreciate your effort in making BrainPy better. If you have any questions,
feel free to ask in the comments.
Welcome to the BrainPy community! 🌟