aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/content (follow)
Commit message (Collapse)AuthorAgeLines
...
| * | | | | Add links to #dev-contribGravatar Cam Caswell2022-04-08-3/+3
| |/ / / /
| * | | | Replace difficulty badges with more descriptionGravatar Cam Caswell2022-04-07-15/+3
| | | | |
| * | | | Make small wording improvementsGravatar Cam Caswell2022-03-27-3/+2
| | | | |
| * | | | Fix commit-messages linkGravatar Cam Caswell2022-03-26-1/+1
| | | | |
| * | | | Fix PR page linkGravatar Cam Caswell2022-03-20-1/+1
| | | | |
| * | | | Merge branch 'python-discord:main' into contrib-streamlineGravatar camcaswell2022-03-20-3/+35
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'main' into role-updateGravatar ChrisJL2022-03-14-0/+32
| | |\ \ \
| | | * | | Correct typoGravatar Johannes Christ2022-03-12-1/+1
| | | | | | | | | | | | | | | | | | Co-authored-by: Mark <[email protected]>
| | | * | | Remove unused migrations packageGravatar Johannes Christ2022-03-12-3/+0
| | | | | |
| | | * | | Reword documentation per reviewGravatar Johannes Christ2022-03-12-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: MarkKoz <[email protected]>
| | | * | | Add a README for the content directoryGravatar Johannes Christ2022-03-12-0/+37
| | | |/ /
| | * | | Add Events TeamGravatar Cam Caswell2022-03-13-2/+2
| | | | |
| | * | | Update Project Lead colorGravatar Cam Caswell2022-03-13-1/+1
| | |/ /
| * | | Write walkthroughGravatar Cam Caswell2022-03-20-24/+36
| | | |
| * | | Split up Supplemental Info and touch up Contrib GuidelinesGravatar Cam Caswell2022-03-20-128/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created new pages: * Linting * Logging * Writing Good Commit Messages Moved Draft PR section to new pull requests guide Moved type hinting section to style guide
| * | | Add guide for pull requests and reviewsGravatar Cam Caswell2022-03-19-0/+41
| | | | | | | | | | | | | | | | | | | | This covers the GitHub UI for opening a pull request, getting it reviewed, and draft PRs.
| * | | Remove forking and cloning sections in set-up guidesGravatar Cam Caswell2022-03-13-60/+4
| | | |
| * | | Move Contributors role info to the Roles pageGravatar Cam Caswell2022-03-13-19/+6
| | | |
| * | | Preliminary structureGravatar Cam Caswell2022-03-13-9/+46
| |/ /
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-07-10-1/+1
| | | | | | | | | Co-authored-by: Bluenix <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-07-10-1/+1
| | | | | | | | | Co-authored-by: Bluenix <[email protected]>
* | | Update subclassing_bot.mdGravatar Diabolical57772022-07-10-2/+2
| | |
* | | Update subclassing_bot.mdGravatar Diabolical57772022-06-20-2/+0
| | |
* | | Update subclassing_bot.mdGravatar Diabolical57772022-03-28-3/+3
| | |
* | | Update subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | |
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-2/+2
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Update pydis_site/apps/content/resources/guides/python-guides/subclassing_bot.mdGravatar Diabolical57772022-03-28-1/+1
| | | | | | | | | Co-authored-by: Shom770 <[email protected]>
* | | Delete discordpy_help_command.mdGravatar Diabolical57772022-03-24-35/+0
| | |
* | | Update subclassing_bot.mdGravatar Diabolical57772022-03-24-9/+18
| | |
* | | Add single space after quotesGravatar Robin2022-03-23-8/+8
| | |
* | | Add documentation on subclassing botGravatar Diabolical57772022-03-23-0/+51
| | |
* | | Add custom help commandGravatar Diabolical57772022-03-22-5/+2
| | |
* | | Add custom help commandGravatar Diabolical57772022-03-19-4/+8
| | |
* | | Add custom help commandGravatar Diabolical57772022-03-18-0/+34
|/ /
* | Fixup: final wording and typoGravatar mina2022-02-21-2/+2
| |
* | Merge branch 'main' into content/update-help-channel-timingGravatar minalike2022-02-20-29/+37
|\ \
| * | Update Name & Profile PolicyGravatar minalike2022-02-20-9/+9
| |/ | | | | | | | | Update to better reflect our current moderation practices in regards to user profiles. Previous name was "Nickname Policy"
| * Replace FA pro issue icon with the regular iconGravatar ChrisJL2022-02-04-3/+3
| | | | | | We stopped using FA pro, as we wanted it was using an ex-admin's person FA pro subscription, which we didn't control.
| * Complete refactor of collapsibles.Gravatar Leon Sandøy2022-02-01-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | This is now a completely self-contained feature, which can be used in the same way on every page. I've moved all the collapsible-related logics out of the resources.js file and into collapsibles.js, and added documentation and other quality-of-life features that will apply to other pages, as well. Changes: - The icon will now always change when the collapsible opens or closes. - By adding the "collapsed" class, you can tell the collapsible to be collapsed by default.
| * Merge branch 'main' into swfarnsworth/smarter-resources/merge-with-mainGravatar Hassan Abouelela2022-01-31-1/+6
| |\ | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]> # Conflicts: # poetry.lock # pyproject.toml
| | * Add new incidents webhook to exmaple config.ymlGravatar Chris Lovering2022-01-27-0/+1
| | | | | | | | | | | | This was recently added to the bot.
| | * Fix pynews config in example fileGravatar Chris Lovering2022-01-27-1/+5
| | | | | | | | | | | | The python news cog relies on the python_news section of the config being filled in via a named alias. Since we were using the DEV_ prefix, this meant it was not being populated, leading to the cog throwing an error on boot.
| * | Fix resource redirects for deploy previews.Gravatar Leon Sandøy2022-01-30-1/+1
| |/ | | | | | | | | | | | | | | | | This could probably be improved by making it less hardcoded, but since there's a bunch of special cases, and since it only affects deploy previews, I'm choosing to solve this with a simple solution. I don't think realistically that we're gonna be adding a ton of resource types down the line anyway.
| * Resource Suggestion: #639 solvedGravatar Krish2022-01-07-3/+1
| |
| * Fix gitpod link in Sir Lancebot contributing guideGravatar Hedy Li2021-11-04-1/+1
| |