Skip to content

Commit 7a2c089

Browse files
committed
rename to bei-report
Signed-off-by: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
1 parent aebeef5 commit 7a2c089

File tree

8 files changed

+26
-34
lines changed

8 files changed

+26
-34
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ body:
4444
label: Code of conduct
4545

4646
description: |
47-
By submitting this issue, you agree to follow our [code of conduct](https://github.com/beatussum/typst-ensimag-internship-report-template/blob/develop/CODE_OF_CONDUCT.md).
47+
By submitting this issue, you agree to follow our [code of conduct](https://github.com/beatussum/typst-bei-report-template/blob/develop/CODE_OF_CONDUCT.md).
4848
4949
options:
5050
- label: I agree to follow this project's code of conduct

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
### Security
2828

29-
## [0.1.1] - 2025-08-17
29+
## [0.1.0] - 2025-08-19
3030

3131
### Added
3232

33-
- Switch to kebab-case.
34-
- Exclude community files from universe.
3533
- Add the `copyright` file.
36-
37-
## [0.1.0] - 2025-08-17
38-
39-
### Added
40-
4134
- Complete thumnail generation.
4235
- Add a Typst template and implement `ensimag()`.
4336
- Add an integration test.
@@ -50,6 +43,5 @@ to the corresponding tag on GitHub, or the diff
5043
in comparison to the previous release
5144
-->
5245

53-
[Unreleased]: https://github.com/beatussum/typst-ensimag-internship-report-template/compare/v0.1.0...HEAD
54-
[0.1.1]: https://github.com/beatussum/typst-ensimag-internship-report-template/releases/tag/v0.1.1
55-
[0.1.0]: https://github.com/beatussum/typst-ensimag-internship-report-template/releases/tag/v0.1.0
46+
[Unreleased]: https://github.com/beatussum/typst-bei-report-template/compare/v0.1.0...HEAD
47+
[0.1.0]: https://github.com/beatussum/typst-bei-report-template/releases/tag/v0.1.0

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to Typst ENSIMAG internship report template
1+
# Contributing to Beatussum's ENSIMAG internship report template
22

33
First off, thanks for taking the time to contribute! ❤️
44

@@ -30,13 +30,13 @@ The community looks forward to your contributions. 🎉
3030

3131
> If you want to ask a question, we assume that you have read the available [Documentation](README.md).
3232
33-
Before you ask a question, it is best to search for existing [Issues](https://github.com/beatussum/typst-ensimag-internship-report-template/issues) that might help you.
33+
Before you ask a question, it is best to search for existing [Issues](https://github.com/beatussum/typst-bei-report-template/issues) that might help you.
3434
In case you have found a suitable issue and still need clarification, you can write your question in this issue.
3535
It is also advisable to search the internet for answers first.
3636

3737
If you then still feel the need to ask a question and need clarification, we recommend the following:
3838

39-
- Open an [Issue](https://github.com/beatussum/typst-ensimag-internship-report-template/issues/new).
39+
- Open an [Issue](https://github.com/beatussum/typst-bei-report-template/issues/new).
4040
- Provide as much context as you can about what you're running into.
4141
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.
4242

@@ -58,7 +58,7 @@ Please complete the following steps in advance to help us fix any potential bug
5858
- Make sure that you are using the latest version.
5959
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](README.md).
6060
If you are looking for support, you might want to check [this section](#i-have-a-question)).
61-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/beatussum/typst-ensimag-internship-report-template/issues?q=label%3Abug).
61+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/beatussum/typst-bei-report-template/issues?q=label%3Abug).
6262
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
6363
- Collect information about the bug:
6464
- Stack trace (Traceback)
@@ -75,7 +75,7 @@ Please complete the following steps in advance to help us fix any potential bug
7575
We use GitHub issues to track bugs and errors.
7676
If you run into an issue with the project:
7777

78-
- Open an [Issue](https://github.com/beatussum/typst-ensimag-internship-report-template/issues/new) (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue).
78+
- Open an [Issue](https://github.com/beatussum/typst-bei-report-template/issues/new) (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue).
7979
- Explain the behavior you would expect and the actual behavior.
8080
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own.
8181
This usually includes your code.
@@ -94,14 +94,14 @@ If you want to notify a _bug_, please use the appropriate template.
9494

9595
### Suggesting Enhancements
9696

97-
This section guides you through submitting an enhancement suggestion for typst-ensimag-internship-report-template, **including completely new features and minor improvements to existing functionality**.
97+
This section guides you through submitting an enhancement suggestion for typst-bei-report-template, **including completely new features and minor improvements to existing functionality**.
9898
Following these guidelines will help maintainers and the community to understand your suggestion and find related suggestions.
9999

100100
#### Before Submitting an Enhancement
101101

102102
- Make sure that you are using the latest version.
103103
- Read the [documentation](README.md) carefully and find out if the functionality is already covered, maybe by an individual configuration.
104-
- Perform a [search](https://github.com/beatussum/typst-ensimag-internship-report-template/issues) to see if the enhancement has already been suggested.
104+
- Perform a [search](https://github.com/beatussum/typst-bei-report-template/issues) to see if the enhancement has already been suggested.
105105
If it has, add a comment to the existing issue instead of opening a new one.
106106
- Find out whether your idea fits with the scope and aims of the project.
107107
It's up to you to make a strong case to convince the project's developers of the merits of this feature.
@@ -110,13 +110,13 @@ Following these guidelines will help maintainers and the community to understand
110110

111111
#### How Do I Submit a Good Enhancement Suggestion?
112112

113-
Enhancement suggestions are tracked as [GitHub issues](https://github.com/beatussum/typst-ensimag-internship-report-template/issues).
113+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/beatussum/typst-bei-report-template/issues).
114114

115115
- Use a **clear and descriptive title** for the issue to identify the suggestion.
116116
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
117117
- **Describe the current behavior** and **explain which behavior you expected to see instead** and why.
118118
At this point you can also tell which alternatives do not work for you.
119-
- **Explain why this enhancement would be useful** to most typst-ensimag-internship-report-template users.
119+
- **Explain why this enhancement would be useful** to most typst-bei-report-template users.
120120
You may also want to point out the other projects that solved it better and which could serve as inspiration.
121121

122122
## Styleguides

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# The `ensimag-internship-report` Package
1+
# The `bei-report` Package
22

3-
<div align="center">Version 0.1.1</div>
3+
<div align="center">Version 0.1.0</div>
44

55
This project is based on the [charged-ieee](https://github.com/typst/templates/tree/main/charged-ieee) Typst template.
66

@@ -11,7 +11,7 @@ The first page corresponds to the one required by [ENSIMAG](https://ensimag.gren
1111
## Getting Started
1212

1313
```typ
14-
#import "@preview/ensimag-internship-report:0.1.1": ensimag
14+
#import "@preview/bei-report:0.1.0": ensimag
1515
1616
#show: ensimag.with(
1717
logos: (
@@ -48,7 +48,7 @@ The first page corresponds to the one required by [ENSIMAG](https://ensimag.gren
4848
### Installation
4949

5050
```console
51-
$ typst init "@preview/ensimag-internship-report" [DIR]
51+
$ typst init "@preview/bei-report" [DIR]
5252
```
5353

5454
## Usage

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Security policy
22

33
I try to take the security of my softwares seriously.
4-
If you believe you have found a security vulnerability in [Typst ENSIMAG internship report template](https://github.com/beatussum/typst-ensimag-internship-report-template), please report it to me as described below.
4+
If you believe you have found a security vulnerability in [Beatussum's ENSIMAG internship report template](https://github.com/beatussum/typst-bei-report-template), please report it to me as described below.
55

66
## Reporting security vulnerabilities
77

88
**Please do not report security vulnerabilities through public GitHub issues.**
99

10-
Instead, please report security vulnerabilities by [opening a security advisory](https://github.com/beatussum/typst-ensimag-internship-report-template/security/advisories/new), or by contacting me at [this adress](mailto:Mattéo%20Rossillol‑‑Laruelle%20<beatussum@protonmail.com>).
10+
Instead, please report security vulnerabilities by [opening a security advisory](https://github.com/beatussum/typst-bei-report-template/security/advisories/new), or by contacting me at [this adress](mailto:Mattéo%20Rossillol‑‑Laruelle%20<beatussum@protonmail.com>).
1111

1212
I will try to answer as soon as possible.

copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2-
Upstream-Name: typst-ensimag-internship-report-template
2+
Upstream-Name: typst-bei-report-template
33
Upstream-Contact: Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
4-
Source: https://github.com/beatussum/typst-ensimag-internship-report-template
4+
Source: https://github.com/beatussum/typst-bei-report-template
55
License: GPL-3+
66
Copyright: 2025 Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>
77

template/main.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#import "@preview/ensimag-internship-report:0.1.1": ensimag
1+
#import "@preview/bei-report:0.1.0": ensimag
22

33
#show: ensimag.with(
44
logos: (

typst.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
2-
name = "ensimag-internship-report"
3-
version = "0.1.1"
2+
name = "bei-report"
3+
version = "0.1.0"
44
compiler = "0.13.1"
55
entrypoint = "src/lib.typ"
66
authors = ["Mattéo Rossillol‑‑Laruelle <beatussum@protonmail.com>"]
77
license = "GPL-3.0-or-later"
8-
description = "A Typst template for ENSIMAG internship report"
9-
repository = "https://github.com/beatussum/typst-ensimag-internship-report-template"
8+
description = "An unofficial Typst template for ENSIMAG internship report"
9+
repository = "https://github.com/beatussum/typst-bei-report-template"
1010
keywords = [
1111
"ensimag",
1212
"ieee",

0 commit comments

Comments
 (0)