← 返回首页
fullstackpython.com/CONTRIBUTING.rst at reStructuredText · pythonthings/fullstackpython.com · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

Latest commit

 

History

History
53 lines (32 loc) · 1.44 KB
 reStructuredText
Top

File metadata and controls

  • Preview
  • Code
  • Blame
53 lines (32 loc) · 1.44 KB

Contributing

Contributions are welcome and greatly appreciated!

Fix Typos, Grammar Errors, etc

Create pull requests at https://github.com/makaimc/fullstackpython.github.com/pulls.

Submit Feedback

The best way to send feedback is to file an issue at https://github.com/makaimc/fullstackpython.github.com/issues.

Get Started!

If you're not familiar with Pelican, check out the blog post on Getting Started with Pelican and GitHub Pages.

Ready to contribute? Here's how to set up Full Stack Python for local development.

  1. Fork the fullstackpython.github.com repo on GitHub.

  2. Clone your fork locally:

    $ git clone git@github.com:your_name_here/fullstackpython.github.com.git fsp
  3. Install your local copy into a virtualenv and set up your fork for local development:

    $ virtualenv --no-site-packages venvs/fsp $ source venvs/fsp/bin/activate $ cd fsp

Note: make changes to the source/content/pages/*.rst files then execute a make run command from the source/ directory.

  1. Commit your changes and push your branch to GitHub:

    $ git add . $ git commit -m "Your detailed description of your changes." $ git push origin gh-pages
  2. Submit a pull request through the GitHub website.

Footer

© 2026 GitHub, Inc.