From 90114340555981969aef7c468ffd029737fb9304 Mon Sep 17 00:00:00 2001 From: Reza Rahman <13340707+rezrah@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:34:17 +0000 Subject: [PATCH] updated readme --- README.md | 57 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 47 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index eec5731..b66f88a 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,56 @@ +
+ A Next.js theme for building documentation sites +
A Next.js theme for building Primer documentation sites -
+๐ง Under active development ๐ง -
+๐ [Read the ADR for this project (GitHub staff only)](https://github.com/github/primer/blob/rezrah/prefer-nextjs-over-gatsby/adrs/2023-11-30-nextjs-documentation-framework.md) ---- +## Reporting a Bug -### Useful links +Thanks for taking the time to contribute! -๐ [See the working demo](https://primer.github.io/doctocat-nextjs/) +While opening a new bug report, please ensure that the bug is: -๐ [Read the ADR for this project](https://github.com/github/primer/blob/rezrah/prefer-nextjs-over-gatsby/adrs/2023-11-30-nextjs-documentation-framework.md) +- **Reproducible**: Clearly outline the steps to reproduce the bug. +- **Specific**: Include as much detail as possible: which browser and version you're using, which operating system and version you're using, etc. +- **Unique**: Look through open [Issues](https://github.com/primer/doctocat-nextjs/labels/enhancement) to make sure that this bug has not been reported before.