Skip to content

Add announcement banner with instructions#1

Open
ellenegeld-eficode wants to merge 2 commits into
mainfrom
add-announcement-banner-with-instructions
Open

Add announcement banner with instructions#1
ellenegeld-eficode wants to merge 2 commits into
mainfrom
add-announcement-banner-with-instructions

Conversation

@ellenegeld-eficode

Copy link
Copy Markdown

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2026 13:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds a static “announcement” banner to the site’s landing page and introduces repository-level Copilot customization (custom review prompt + frontend/backend instruction files + general Copilot instructions) to guide future contributions.

Changes:

  • Added an announcement banner element to src/static/index.html.
  • Added CSS styling for the banner in src/static/styles.css.
  • Added Copilot prompt/instruction markdown files under .github/ to guide reviews and code changes.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
src/static/styles.css Adds styles for the new announcement banner.
src/static/index.html Adds the announcement banner markup near the top of the page.
.github/prompts/code-review.prompt.md Adds a reusable “Code Review” prompt template.
.github/instructions/frontend.instructions.md Adds frontend-specific review/coding guidelines (scoping needs adjustment).
.github/instructions/backend.instructions.md Adds backend-specific review/coding guidelines (scoping needs adjustment).
.github/copilot-instructions.md Adds general repository Copilot review guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/static/styles.css
Comment on lines +657 to +663
.announcement-banner {
background-color: rgb(84, 146, 84);
color: white;
text-align: center;
padding: 15px;
font-weight: bold;
}
Comment thread src/static/index.html
Comment on lines +15 to +17
<div class="announcement-banner">
📢 Activity registration is open until the end of the month. Don't lose your spot!
</div>
Comment on lines +1 to +3
---
applyTo: "*.html,*.css,*.js"
---
Comment on lines +1 to +3
---
applyTo: "backend/**/*,*.py"
---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants